How does git show committed file? -
i added files in directory , wanted add them git:
git add . git commit -a -m "add file" as have set .ignore under directory, want observe files added git. how that?
do git status after git add .
i added files in directory , wanted add them git:
git add . git commit -a -m "add file" as have set .ignore under directory, want observe files added git. how that?
do git status after git add .
Comments
Post a Comment