github - Download new Git branches to local Git repository -


i set local git repository uploaded github.com repo account. if commits via online interface (because can't done otherwise if git repo local, on pc - @ least far know), how can add commits , branches of given person local git repo?

maybe there command in git bash add info local repo?

first, no 1 able commit github repository unless have credentials.

if do have credentials , make commit can download commit local copy of repository with:

git pull 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -