diff options
author | Ayush <darkceil7@live.com> | 2015-10-06 01:06:15 +0530 |
---|---|---|
committer | Ayush <darkceil7@live.com> | 2015-10-06 01:10:20 +0530 |
commit | 9e605ee35ced12a77f0c0c666c0019d40eaaeea6 (patch) | |
tree | 0c45c619be98edf6bf9c6526ae83e6a0a1219708 /git.html.markdown | |
parent | e75a9e031bde60fae2c1972b5f6b18571acd4d99 (diff) |
Git: fixed typo
Diffstat (limited to 'git.html.markdown')
-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. |