git - Can subscribers see commits from my branch? -
in git, can work on branch without notifying subscribers repository every time commit ?
in git, easy have branch locally (on machine) not yet pushed server (say github example).
on branch, can commit you'd like, , not push server, no other users notified of commits until decide push.
however, gives danger of "if pc dies before push, you've lost work." because have not yet pushed server backups happen.
you establish remote location branches, such fork, think might need gain bit more git experience before looking that.
edit: here video on youtube might provide bit of context. https://www.youtube.com/watch?v=ezy74cgynya
Comments
Post a Comment