Skip to content

Commit

Permalink
Fix git reset [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Jun 7, 2023
1 parent 2cf50ee commit d2b0859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t_coffee/src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ release2:
# Stage all modified files (excluding untracked files)
git add -u
# Exclude makefile (dropbox path different don't want to commit it)
git reset t_coffee/src/makefile
git reset ../src/makefile
# Commit the staged files
git commit -m $(m)
git push --follow-tags
Expand Down

0 comments on commit d2b0859

Please sign in to comment.