Changes between Version 37 and Version 38 of Internal/OpenFlow/Notes
- Timestamp:
- Jun 30, 2010, 6:49:19 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/Notes
v37 v38 798 798 * `git checkout -b <alias> <branchname>` - track a remote branch locally by the name <alias> 799 799 800 once you "git checkout" a branch, the files associated with the project you're dealing with should be from the version you have checked out. 800 once you "git checkout" a branch, the files associated with the project you're dealing with should be from the version you have checked out. If you want to confirm this, "git log" should display the change logs for that project. So, if you want to work on two separate versions of a project, you'd either create two separate directories for them, or just switch back and forth between them with "git checkout". 801 801 802 802 803