Skip to content

Instantly share code, notes, and snippets.

@jaybuidl
Created December 8, 2016 12:03
Show Gist options
  • Select an option

  • Save jaybuidl/74dba64395af103e22555a1fe237f008 to your computer and use it in GitHub Desktop.

Select an option

Save jaybuidl/74dba64395af103e22555a1fe237f008 to your computer and use it in GitHub Desktop.
!#/bin/bash
git remote add github git@github.com: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