Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Created February 23, 2018 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaihendry/b5a58c9f67fe4df79501c23a2e6f1494 to your computer and use it in GitHub Desktop.
Save kaihendry/b5a58c9f67fe4df79501c23a2e6f1494 to your computer and use it in GitHub Desktop.
~/lmb/frontend$ tig
~/lmb/frontend$ find .git/refs/ -ipath '*/upstream/master'
.git/refs/remotes/upstream/master
~/lmb/frontend$ git branch -a | grep upstream/master
remotes/upstream/master
~/lmb/frontend$ git show-ref | grep upstream
994b5c3a4d2a4e81b14ca58e54ba61e7f731e97f refs/remotes/upstream/additional-case-info
57b83ae358443fd5e150f9fa5f6d6ab9a269d921 refs/remotes/upstream/bz-user-migration
4bba5be1cfa25db7b01ba3ff5989381adbafb798 refs/remotes/upstream/case-creation
f7031f206437f4ff2b20ccb1f28454abd7816efe refs/remotes/upstream/case-explorer-scroll-fix
dbf19ebba3c41deca5f9a0174b5937508d5f5791 refs/remotes/upstream/case-fixes-n-tests
ed4ab7a795d831fc546615d8cb2c2d6f17f428fe refs/remotes/upstream/case-listing-component
865b512fdb51d4f34187078d205546d271805313 refs/remotes/upstream/claim-invitation
cb362e9d1d3bc57d58a22f395a0d91bf6baaa56c refs/remotes/upstream/comment-attachments
14cccfb625f04929a6160de2ef2874bd7548f7b5 refs/remotes/upstream/css-minification-fix
82f4b945929b07d21723ec82eeddb9558052c93c refs/remotes/upstream/deploy-settings-var
f54c6e0f2c23f4b4a1ce5d2f6467714e37cab0b7 refs/remotes/upstream/desktop-views
76c836860a77ce7d1d49eb9d02c496b4bc815831 refs/remotes/upstream/ecs
60cd7e60c553608419fd01b0f79718818f3aa05e refs/remotes/upstream/fetch-user-cases-api
22d9baafd67ff9de237ab81e374f6fe8fda47985 refs/remotes/upstream/fix-route-auth
f97b3fb071dfdfcaf34df47213389362b2178413 refs/remotes/upstream/fix-units-query
85e80294c8b35749691582eadbd9395df8b1bec6 refs/remotes/upstream/hendry
223459f45d749728e055ed72a93e8c8290b051ee refs/remotes/upstream/inject-env-settings
d69aeb34a40b44562b94fdc80bc814b819f161a8 refs/remotes/upstream/invite-user-case
c0069820abbac25302a523554e52712099ffe452 refs/remotes/upstream/login-page
c6c048105c498e84aea6ce674c8946628d95d5a1 refs/remotes/upstream/login-page-ci
d6f82665d6929899e5c371fc97a78d4a7de6c176 refs/remotes/upstream/master
5490d1acd768e4c05562a4b3039e4b6bcbe36c66 refs/remotes/upstream/naor
44fe7694691032e06473516ee5d06918de78dcdd refs/remotes/upstream/react-testing
5490d1acd768e4c05562a4b3039e4b6bcbe36c66 refs/remotes/upstream/testci
f8d3aef552e16a4f298ba9e12ebfc9692890fb34 refs/remotes/upstream/unit-create
0eea71585c6474ae809620128849133dfd1ae3ec refs/remotes/upstream/upload-no-preview
~/lmb/frontend$ git show-ref | grep upstream/mas
d6f82665d6929899e5c371fc97a78d4a7de6c176 refs/remotes/upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment