1 行に複数のコマンドを作成したい。例:
git fetch && git pull
可能です?
これは私の .gitconfig です:
[alias]
rb = rebase
s = status
f = fetch
p = pull
fp = (git fetch && git pull ???)
1 行に複数のコマンドを作成したい。例:
git fetch && git pull
可能です?
これは私の .gitconfig です:
[alias]
rb = rebase
s = status
f = fetch
p = pull
fp = (git fetch && git pull ???)