-
-
Save prashantgpt91/dc44d0efaa6146c545e473119fc711fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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