most commonly used git commands?
From: Michael S. Tsirkin <hidden>
Date: 2016-06-15 22:43:18
I did this by mistake: $git fet linux-2.6 git: 'fet' is not a git-command The most commonly used git commands are: add Add file contents to the changeset to be committed next apply Apply a patch on a git index file and a working tree (use 'git help -a' to get a list of all installed git commands) why does git say that add and apply are most commonly used git commands? -- MST