Skip to content

Commit

Permalink
fix: remove git dbm in git rup command
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Sep 2, 2024
1 parent fe16903 commit 7b586b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
ignore = !sh -c '!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi'

# Remote
rup = !sh -c 'git remote update -p && git upm && git dbm && git la' -
rup = !sh -c 'git remote update -p && git upm && git la' -
fat = "fetch --all --tags"

# Branchs
Expand Down

0 comments on commit 7b586b5

Please sign in to comment.