#git bot interface
History of !dashes
- Use a double-dash(--) to separate refs or arguments from file paths. This is especially useful when dealing with ambiguous names. Ex: `git checkout origin -- master` will check out the file "master" from branch "origin"
By eugenekay at 2012-07-26 20:06:37
- Use a double-dash(--) to separate refs from paths, especially when dealing with ambiguous file names. Ex: git checkout master -- origin (check out the file "origin" from branch "master")
By EugeneKay at 2012-01-08 23:36:38
- @!--
By EugeneKay at 2012-01-08 23:33:12