Commit graph

7 commits

Author SHA1 Message Date
Edwin Kofler 8af43892f6
feat: Implement git-get command (#1045)
* feat: Add `git-get` command

* Update Commands.md

Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>

* fix: Use Git config to store value

* improve `git-get` description

* fix: Add `--global` to git invocation

* Enable passing options to `git clone`

* fix: Ordering of checks

---------

Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>
2023-08-12 13:49:33 +08:00
Edwin Kofler 0b5d2cce55
Improve git-ignore command (#1047)
* Improve `git-ignore` command

* fix: Improve warnings/errors and modify `not_need_git_repo`
2023-07-13 14:29:39 +08:00
spacewander 5f961fe8e3 misc: sort command list in alphabetical order 2018-11-03 12:36:25 +08:00
spacewander a5edb6d8b7 git-force-clone: should not need git repo 2018-11-03 10:12:00 +08:00
Niklas Schlimm acb3f93ae4 Added git-bulk to not_need_git_repo 2017-06-20 12:11:48 +02:00
spacewander c43d4f2539 add git-standup 2016-04-14 15:40:11 +08:00
Andrew Janke a1530d90f2 Makefile: fix inverted list of commands that use is_git_repo 2015-12-31 20:28:13 -05:00
Renamed from need_git_repo (Browse further)