I have forked a private repository (an iPhone project) as follows:
cd nameofdirectory git init git clone forkedURL
Now I want to push the chang
To add all file at a time, use git add -A
git add -A
To check git whole status, use git log
git log