Skip to content

Instantly share code, notes, and snippets.

@telukir
telukir / byobuCommands
Last active August 3, 2022 17:03 — forked from jshaw/byobuCommands
Byobu Commands
Byobu Commands
==============
byobu Screen manager
Level 0 Commands (Quick Start)
------------------------------
<F2> Create a new window
@telukir
telukir / gist:6b9cd783b0f435c62a8f0f2d9658aec7
Created July 13, 2016 20:26
syncing forked repo branch with parent branch
git branch --track development upstream/development
fatal: A branch named 'development' already exists.
$ git branch -a
* development
master
remotes/origin/HEAD -> origin/master
remotes/origin/master
remotes/upstream/development
remotes/upstream/master
remotes/upstream/update-readme-file