git remote add remote-name remote-github-url
git fetch remote-name
git merge remote-name/branch-name
git status
Showing posts with label GitHub. Show all posts
Showing posts with label GitHub. Show all posts
Github: Merging two branches
Github: Update a GitHub forked repository;
git remote add upstream github-URL
git fetch upstream
git merge upstream/master master
git pull upstream master
git push
Subscribe to:
Posts (Atom)
Detectron2 + PyTorch CPU : Fix Install issue
Detectron2 + PyTorch CPU ❌ The error $ pip install -q --extra-index-url https://download.pytorch.org/whl/cpu torch torchvision $ pip inst...
-
I was moving my cakephp application to a new server and had this issue: Error: The requested address “/” was not found on this server. The...
-
How to fix Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' Apparently, Ma...
-
We can login into Amazon EC2 instance using Filezilla FTP client for simple transfers of local files. Following are the steps: 1. Downloa...