-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #736 from spacewander/git_force_clone_not_need_git…
…_repo git-force-clone: should not need git repo
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# A list of the commands that do not use is_git_repo(), and should not have | ||
# it included in the "built" version of the command | ||
# A list of the commands in alphabetical order that do not use is_git_repo(), | ||
# and should not have it included in the "built" version of the command | ||
git-alias | ||
git-bulk | ||
git-extras | ||
git-force-clone | ||
git-fork | ||
git-setup | ||
git-standup | ||
git-bulk |