Arch Linux running with i3-gaps.
my-arch% ls
configuration-cybercity Desktop dotfiles Downloads gotop Images maim pulseaudio siji slop snap snapd spotifyd
my-arch% cd dotfiles
my-arch% git pull origin master
From https://github.com/patrickwoolf/dotfiles
branch master -> FETCH_HEAD
Already up to date.
my-arch% git checkout -b 08312356
Switched to a new branch '08312356'
my-arch% git add .
my-arch% git commit -m "updated 08312356"
On branch 08312356
nothing to commit, working tree clean
my-arch% git push origin 08312356
Username for 'https://github.com': patrickwoolf
Password for 'https://patrickwoolf@github.com':
Total 0 (delta 0), reused 0 (delta 0)
remote:
remote: Create a pull request for '08312356' on GitHub by visiting:
remote: https://github.com/patrickwoolf/dotfiles/pull/new/08312356
remote:
To https://github.com/patrickwoolf/dotfiles
[new branch] 08312356 -> 08312356
my-arch% git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
my-arch% git pull origin master
From https://github.com/patrickwoolf/dotfiles
branch master -> FETCH_HEAD
Already up to date.
