Created
January 24, 2019 03:56
-
-
Save mauriciogior/d24580d2bbaf09b4e6e92e40444692aa to your computer and use it in GitHub Desktop.
git pull & push
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
branch="$(git rev-parse --abbrev-ref HEAD)" | |
git pull origin $branch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
branch="$(git rev-parse --abbrev-ref HEAD)" | |
git push origin $branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment