Page MenuHomeFreeBSD
Paste P222

Masterwork From Distant Lands
ActivePublic

Authored by thj on Sep 21 2018, 9:01 AM.
Tags
None
Referenced Files
F3762824: Masterwork From Distant Lands
Sep 21 2018, 9:01 AM
Subscribers
None
== Work Trees ==
$ git worktree add -b \
fix ../tmp master
$ pushd ../temp
# ... hack hack hack ...
$ git commit -a -m 'quick fix'
$ popd
$ rm -rf ../temp
$ git worktree prune

Event Timeline

thj changed the title of this paste from untitled to Masterwork From Distant Lands.