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