1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-05 17:00:17 +00:00

Add a heard through comment to the latest til.

This commit is contained in:
jbranchaud
2015-08-06 18:25:18 -07:00
parent f1869d05ed
commit ccdfe120d5
+2
View File
@@ -14,3 +14,5 @@ must specify both the existing (old) branch name and the new branch name.
```bash
$ git branch -m <old-branch-name> <new-branch-name>
```
h/t Dillon Hafer