summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'example.txt')
-rw-r--r--example.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/example.txt b/example.txt
new file mode 100644
index 0000000..d7a9758
--- /dev/null
+++ b/example.txt
@@ -0,0 +1,6 @@
+# example workflow
+git pull --rebase=preserve origin master
+git add filename
+git commit -m "comment"
+
+git push origin master