Skip to content

Instantly share code, notes, and snippets.

@bjackson
Last active March 8, 2016 23:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjackson/a3be1a61117731ee36ec to your computer and use it in GitHub Desktop.
Save bjackson/a3be1a61117731ee36ec to your computer and use it in GitHub Desktop.
Git instructions

To start:

cd ece411
git clone https://github.com/ece411/IPI-mp3.git mp3

To make a change:

git add -A
git commit -m "<commit message>"
git push origin master

To pull changes:

git pull

Before pulling changes, you will need to have a clean branch. You will need to commit your changes before pulling, or stash them. When pulling you may have a merge conflict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment