1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add more details to the latest til

This commit is contained in:
jbranchaud
2021-03-16 22:34:44 -05:00
parent 2effb7d77b
commit 31b08df51b

View File

@@ -18,3 +18,7 @@ $ git -C ~/code/til log
Notice that the `-C` flag and its argument are positioned directly after `git`. Notice that the `-C` flag and its argument are positioned directly after `git`.
The command (`log`) should be positioned after that. The command (`log`) should be positioned after that.
See `man git` for more details.
[source](https://stackoverflow.com/a/35899275/535590)