How to Git Push | transfers local commits to remote repo | Git Commands tutorial for beginners

Опубликовано: 11 Ноябрь 2017
на канале: Code Incubator
190
0

Pushing is how you transfer commits from your local repository to a remote repo. It's the counterpart to git fetch, but whereas fetching imports commits to local branches, pushing exports commits to remote branches. This has the potential to overwrite changes, so you need to be careful how you use it. These issues are discussed below. Git Commands tutorial for beginners