I have my project hosted in a gitlab server. The master branch used to be 
updated often after every local modifications and commits. 
The project folder name of the initial copy is myproject. 
Later I backed up this copy and started work on a local copy of the project 
with the project folder name myproject-dev. This had .git and I added, modified 
and deleted some files. I locally committed the changes to this copy on my 
local git repository. 
Can I do git push origin master now so that the modifications done to this 
local copy will get fully reflected in the master branch.
I had a fear of using the Git branch feature on my live project, That's why I 
did it this way. Please also mention how I could've done this properly using 
the Git branch feature.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to