diff options
| -rw-r--r-- | git.html.markdown | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/git.html.markdown b/git.html.markdown index e20a4b88..b1347309 100644 --- a/git.html.markdown +++ b/git.html.markdown @@ -74,7 +74,7 @@ other repositories, or not!  ### Branch  A branch is essentially a pointer to the last commit you made. As you go on -committing, this pointer will automatically update to ooint the latest commit. +committing, this pointer will automatically update to point the latest commit.  ### HEAD and head (component of .git dir) @@ -141,7 +141,7 @@ $ git commit --help  $ git init --help  ``` -### ignore (set of) files +### ignore files  To intentionally untrack file(s) & folder(s) from git. Typically meant for  private & temp files which would otherwise be shared in the repository. | 
