Browse Source

first commit

main
Dave on FENDER 4 years ago
parent
commit
a12277b32b
  1. 4
      fender.md

4
fender.md

@ -2,9 +2,9 @@
## ... 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 add fender.md # 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 remote add origin ssh://git@config.tombstones.org.uk:22022/dave/experiments.git # point to the "sending destination"
## git push -u origin master # "deliver" the package
## now.. if you set a default branch with:

Loading…
Cancel
Save