IV Notes
Search…
IV Notes
Introduction
Programming
Miscellaneous
Travel
Bits and Pieces
Rust
Command line
GMail backup
Git
CSS
Audio/video encoding tips
Resizing video with ffmpeg
Mono to stereo
Powered By
GitBook
Git
Useful commands which I had to google
To pull and merge master from origin without leaving the current branch:
git fetch origin master:master
To push a new branch to origin (assuming it's checked out now):
git push -u origin HEAD
Bits and Pieces - Previous
GMail backup
Next - Bits and Pieces
CSS
Last modified
2yr ago
Copy link