Im try to use Git on the work and home (for example project name – “sample”). I use add push -u origin master for upload my changes on github, then I come to home and try to renew my project with command git fetch and got a NEW sample directory in my sample directory. When I try smth like cd .. && git fetch sample – I got an error that directory is not empty. How I can to update my project on work and home everyday? Im new in git, thanks
Im try to use Git on the work and home (for example project name
Share
You need to use