git - Commit files without Staging -


i new git , using git extension. want ask when commit directory whether these file automatically go staging or these committed without staging?? can commit files without staging??

yes, can stage , commit using a , m in commit:

git commit -am "my commit message"

however, tend use git add -u anyway because above command not stage untracked files.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -