Changes between Version 12 and Version 13 of UsingGitHub
- Timestamp:
- Mar 15, 2012, 5:13:16 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitHub
v12 v13 15 15 1. `$ git checkout master -b awesomefeature` 16 16 1. Write some awesome code. 17 1. Commit locally and push to origin (your GitHub account) as you normally would with git 17 1. Commit locally and push to origin (your GitHub account) as you normally would with git. 18 18 19 19 == Tracking upstream ==