grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 0e20fdb1b36149596e18a0af1f9fb4f0bfb22ccb
parent b070ed78d68cc80d8732bd22d0e1b5a686b41149
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 12 Nov 2018 16:21:11 +0000

put code in pre blocks. removed header

Diffstat:
Mcoding/svn.md | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/coding/svn.md b/coding/svn.md @@ -1,14 +1,19 @@ # svn + [cheatsheet](https://www.cheatography.com/davechild/cheat-sheets/subversion/) [cheatsheet2](https://www.abbeyworkshop.com/howto/misc/svn01/) +``` svn checkout --username=dudley.burrows http://code.ward.ie/svn/support-tools/trunk support-tools svn status svn update /path +``` -# only need add for new directories or files +only need add for new directories or files +``` svn add /path|file svn commit -m "message" /path|file +```