Skip to content

Commit

Permalink
feat(envrc): fetch repo on enter
Browse files Browse the repository at this point in the history
Should help me not to work on an outdated commit, thankfully jj makes it
trivial to rebase.
  • Loading branch information
jalil-salame committed Oct 12, 2024
1 parent 9765b61 commit 4f74794
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# update repo
if has jj; then
jj git fetch
elif has gix; then
gix fetch
elif has git; then
git fetch
fi

use flake

0 comments on commit 4f74794

Please sign in to comment.