Skip to content

Instantly share code, notes, and snippets.

@nalingarg2
Created April 14, 2015 19:49
Show Gist options
  • Save nalingarg2/cfbc79cb9fe81110adbb to your computer and use it in GitHub Desktop.
Save nalingarg2/cfbc79cb9fe81110adbb to your computer and use it in GitHub Desktop.
git steps
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