From 0db3e1a6cf0854b0b1cc44436ce2d07520aa009a Mon Sep 17 00:00:00 2001 From: Dave on FENDER Date: Sun, 21 Nov 2021 15:54:19 +0000 Subject: [PATCH] first commit --- fender.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fender.md diff --git a/fender.md b/fender.md new file mode 100644 index 0000000..ecd6f3c --- /dev/null +++ b/fender.md @@ -0,0 +1,13 @@ +## some information that should be added to the TEST area +## ... used the following to get this: +## vi (this file) +## git init # initialise a git folder +## git add . # registers this file to be included in a commit +## git commit -m "first commit" # sealing the box +## git remote add origin ssh://git@config.tombstones.org.uk:22022/dockeruser/test.git # point to the "sending destination" +## git push -u origin master # "deliver" the package + +## now.. if you set a default branch with: +## git push --set-upstream origin master +## .... then you can just use: +## git push # deliver to the main post office