Skip to content

Commit

Permalink
updated git.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 16, 2024
1 parent 39c75d9 commit 5cef497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bash.d/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ alias develop="switchbranch develop"

# edit all GitHub READMEs
alias readmes='$EDITOR $(git_foreach_repo.sh '"'"'echo $PWD/README.md'"')"
alias readmesi='idea $(git_foreach_repo.sh '"'"'echo $PWD/README.md'"')"
alias ureadmes='git_foreach_repo.sh '"'"'gitu README.md || :'"'"

# equivalent of hg root
Expand Down

0 comments on commit 5cef497

Please sign in to comment.