From 95b1d6f92bdd66853d318b681328e00782aded7a Mon Sep 17 00:00:00 2001 From: BurkeNail Date: Wed, 26 Jul 2023 08:07:13 -0500 Subject: [PATCH] test commit --- Git Log Commands | 6 ++++++ README.md | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Git Log Commands diff --git a/Git Log Commands b/Git Log Commands new file mode 100644 index 0000000..3d11890 --- /dev/null +++ b/Git Log Commands @@ -0,0 +1,6 @@ +# create new branch +git -c core.quotepath=false -c log.showSignature=false checkout -b test.branch HEAD -- + + +#project update merge is like a +#git fetch and then git merge, or git pull --no-rebase. \ No newline at end of file diff --git a/README.md b/README.md index 8576cb6..99e1889 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# pythoncode test number 1 \ No newline at end of file +# pythoncode test number 1 +# a branch change \ No newline at end of file