Skip to content

Instantly share code, notes, and snippets.

@jaybuidl
Created December 8, 2016 12:03
Show Gist options
  • Save jaybuidl/74dba64395af103e22555a1fe237f008 to your computer and use it in GitHub Desktop.
Save jaybuidl/74dba64395af103e22555a1fe237f008 to your computer and use it in GitHub Desktop.
!#/bin/bash
git remote add github [email protected]:SeekersAdvisorsLabs/NEW_REPO.git
git push -u github master ; git push --all github; git push --tags github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment