diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-01 13:38:32 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-01 13:38:32 +0200 |
commit | 04fbc2ddae298b048cc5449045527bd717ba94be (patch) | |
tree | c50bbb72d1ae944d4bd0c6316644fc33553e9b8e /bin/common | |
parent | d7845cdced852478e73cbd8f4b52dfc42da9c668 (diff) | |
parent | 53ab3784fad41b1a57acc5d09ec1899a6d273db0 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'bin/common')
-rwxr-xr-x | bin/common/gt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/gt b/bin/common/gt index 49427dc..d2ae3e5 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -6,7 +6,7 @@ # - git # - $EDITOR: -e # - parallel: optional, if installed will run the commands on all repos with parallel -# - gt-[cmd,st,sync] +# - gt-cmd, gt-st export REPOS=$HOME/sync/share/git-track.txt # prevent file not found errors |