CodeJobler - Craftsman Programmer

git - how to push your local branch to the remote repo

Wed 29 April 2020 in «tip» by Michael Beard
Tags: git, push, origin, remote, repo, bash, script

Here is basically what you need to do:

git push -u origin [your_branch_name]

an example:

git push -u origin dev_WEB_2020.04_STK_RWS-17501-addMegaHoverForUnderlying

This gets it up to the remote.

Post in «tip» by Michael Beard
Tags: #git #push #origin #remote #repo #bash #script

Pages

  • Home
  • Categories
  • Archives
  • Tags

Categories

  • blog
  • fun
  • interesting
  • react
  • tip
  • tool
  • tools

Links

  • Pelican
  • Diary of a Developer

Powered by Pelican