- git init
- git remote add origin GIT_SSH_URL e.g: [email protected]:example/example.git
- git pull --rebase origin master
- git add .
- git commit -m "New Commit"
- git push --set-upstream origin master
Created
August 3, 2019 07:12
-
-
Save raazon/18ad9e4233eeec00d96a77adce6d7569 to your computer and use it in GitHub Desktop.
Git Commits
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment