Changes between Version 13 and Version 14 of versionControl/git
- Timestamp:
- Jan 18, 2017 10:45:50 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
versionControl/git
v13 v14 247 247 }}} 248 248 249 In Git, the commit you are currently working on is known as the `HEAD` commit. In many cases, the `HEAD` commit is the most recent in time. To see the `HEAD` commit: 250 251 {{{ 252 git show HEAD 253 }}} 254 255 256 249 257 Add changes to the last commit 250 258 {{{