summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Abbott <dabbott@gentoo.org>2015-04-19 15:49:13 -0400
committerDavid Abbott <dabbott@gentoo.org>2015-04-19 15:49:13 -0400
commit3cc643dc88856a037df476d409070ab3a9acace6 (patch)
tree9ca2fe30c16f673c111b918a126ceaf0ab05bf32
parentlog for April trustee meeting (diff)
downloadfoundation-3cc643dc88856a037df476d409070ab3a9acace6.tar.gz
foundation-3cc643dc88856a037df476d409070ab3a9acace6.tar.bz2
foundation-3cc643dc88856a037df476d409070ab3a9acace6.zip
example workflow
-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