#Miles' git review This is a repo for the github workshop exercises.
Commands to remember outside of README.md
Commands
- git init
- git remote add origin https://github.com/milesgwood/repo.git
- git push origin master
- git pull
- git branch
- git branch new_branch_folder/branchname_for_feature
- git checkout new_branch_folder/branchname_for_feature OR
- git checkout -b feature/feature-name
- git commit -m "message here"
- git push origin feature/feature-name
Then you go to the github repo and merge the changes
Ordered List
- List item 1
- List item 2
- List item 2
Unordered List
- List item
- List item
To simply copy a repo run
git clone (copied repo loaction)