Skip to content

Commit

Permalink
fix(make): add all the changes before we stash in git (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Apr 30, 2024
1 parent e47704b commit d51f8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make/git.mak
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ last:
git log -p -1

# Stash changes.
stash:
stash: add
git stash

# Unstash changes.
Expand Down

0 comments on commit d51f8a7

Please sign in to comment.