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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -