diff --git a/git_cheat_sheet.md b/git_cheat_sheet.md index 2bc190c..c63695e 100644 --- a/git_cheat_sheet.md +++ b/git_cheat_sheet.md @@ -18,7 +18,7 @@ * git init [project-name] * Creates a new local repository with the specified name * git clone [url] - * Downloads a project nd its entire version history + * Downloads a project and its entire version history * Make changes * git status diff --git a/git_cheat_sheet.org b/git_cheat_sheet.org index 6682dcb..0874490 100644 --- a/git_cheat_sheet.org +++ b/git_cheat_sheet.org @@ -17,7 +17,7 @@ Specify which command to invoke as the specified tool for git difftool *** git init [project-name] Creates a new local repository with the specified name *** git clone [url] -Downloads a project nd its entire version history +Downloads a project and its entire version history ** Make changes *** git status