diff options
author | Andrew Yu <andrew@andrewyu.org> | 2021-12-16 16:01:06 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2021-12-16 16:01:06 +0800 |
commit | 8b0e9a37fd78d7fc79dd016a437531cf0e64ca8f (patch) | |
tree | 26be9aee8948978886383e9741b0cf0063eec9eb /teachakhil.txt | |
parent | 639dd49774b3bdfb89177ccc2b4db9ca42cdff57 (diff) | |
download | www-8b0e9a37fd78d7fc79dd016a437531cf0e64ca8f.tar.gz |
contactref...radio
Diffstat (limited to 'teachakhil.txt')
-rw-r--r-- | teachakhil.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/teachakhil.txt b/teachakhil.txt new file mode 100644 index 0000000..744bad5 --- /dev/null +++ b/teachakhil.txt @@ -0,0 +1,18 @@ +Steps for updating your website + +I'll be showing you how to do that with my website now, shouldn't be much different + +Firstly, open up the directory you cloned. + +I told you to git clone akhil@git.andrewyu.org:/var/www/git.andrewyu.org/akhil-www-pub, so you cd into ~/akhil-www-pub + +I do that in my ~/www, since I don't have your website on my computer + +I'm using the acme text editor for today, doesn't matter + +When I use a red box to select text, that just means "execute this command" + +cd www +git add . +git commit -m "added reference to haskell" +git push \ No newline at end of file |