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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -