Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to push git branch to remote

Personal@LAPTOP-SKVEHBA2 MINGW64 /e/git pushing (main)
$ git remote add origin https://github.com/Subrata-Rajak/Git-pushing.git

Personal@LAPTOP-SKVEHBA2 MINGW64 /e/git pushing (main)
$ git remote -v
origin  https://github.com/Subrata-Rajak/Git-pushing.git (fetch)
origin  https://github.com/Subrata-Rajak/Git-pushing.git (push)
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #push #git #branch #remote
ADD COMMENT
Topic
Name
5+8 =