Skip to content

Instantly share code, notes, and snippets.

@prashantgpt91
Created June 13, 2018 06:17
Show Gist options
  • Save prashantgpt91/dc44d0efaa6146c545e473119fc711fe to your computer and use it in GitHub Desktop.
Save prashantgpt91/dc44d0efaa6146c545e473119fc711fe to your computer and use it in GitHub Desktop.
git init
sudo git remote add BRANCH-NAME REPO_URL
git checkout -b BRANCH-NAME
git add .
git commit -m "COMMIT MSG"
git push REPO_URL BRANCH-NAME:BRANCH-NAME
git pull BRANCH-NAME BRANCH-NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment