Created
April 14, 2015 19:49
-
-
Save nalingarg2/cfbc79cb9fe81110adbb to your computer and use it in GitHub Desktop.
git steps
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 . | |
git add . | |
git commit -am "my first commit" | |
git status | |
git remote add kinesis https://github.com/nalingarg2/Grad101Infrastructure.git | |
git remote -v | |
git fetch kinesis | |
git merge master kinesis/master | |
git push kinesis master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment