myhome/.local/bin/gfg

4 lines
186 B
Plaintext
Raw Normal View History

2021-10-17 14:32:13 +02:00
#!/bin/bash
BRANCH_GIT=$(git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@')
git checkout "$BRANCH_GIT" && git fetch upstream && git pull upstream "$BRANCH_GIT"