github - How do I automatically add new files to Git? -



github - How do I automatically add new files to Git? -

i know can git add together files, got ton of files. there way "git add together *.h", or "git add together *.py" ?

yes can git add together *.py create sure have done git init before doing this.

to add together files in folder can git add together .

git github

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -