diff --git a/git_status_output.txt b/git_status_output.txt index c03ddf2..b1efbe9 100644 --- a/git_status_output.txt +++ b/git_status_output.txt @@ -1,6 +1,11 @@ On branch main +Changes not staged for commit: + (use "git add ..." to update what will be committed) + (use "git restore ..." to discard changes in working directory) + modified: git_status_output.txt + Untracked files: (use "git add ..." to include in what will be committed) - git_status_output.txt + git_status_temp.txt -nothing added to commit but untracked files present (use "git add" to track) +no changes added to commit (use "git add" and/or "git commit -a") diff --git a/git_status_temp.txt b/git_status_temp.txt new file mode 100644 index 0000000..b1efbe9 --- /dev/null +++ b/git_status_temp.txt @@ -0,0 +1,11 @@ +On branch main +Changes not staged for commit: + (use "git add ..." to update what will be committed) + (use "git restore ..." to discard changes in working directory) + modified: git_status_output.txt + +Untracked files: + (use "git add ..." to include in what will be committed) + git_status_temp.txt + +no changes added to commit (use "git add" and/or "git commit -a")