Make a new folder called Patronus
Make a new git repo inside the folder (make sure you're not in an existing repo)
Create a new file called patronus.txt
(leave it empty for now)
Add and commit the empty file, with the message "add empty patronus file"
Immediately make a new branch called harry
and another branch called snape
(both based on the master branch)
Move to the harry
branch using the "new" command to change branches.
In the patronus.txt
file, add the following:
HARRY'S PATRONUS
/| |\\
`__\\\\ //__'
|| ||
\\__`\\ |'__/
`_\\\\ //_'
_.,:---;,._
\\_: :_/
|@. .@|
| |
,\\.-./ \\
;;`-' `---__________-----.-.
;;; \\_\\
';;; |
; | ;
\\ \\ \\ | /
\\_, \\ / \\ |\\
|';| |,,,,,,,,/ \\ \\ \\_
| | | \\ / |
\\ \\ | | / \\ |
| || | | | | |
| || | | | | |
| || | | | | |
|_||_| |_| |_|
/_//_/ /_/ /_/
Add and commit the changes, with the commit message "add harry's stag patronus"
Move over to the snape
branch using the "older" command to change branches.
Put the following text in the patronus.txt
file:
```
SNAPE'S PATRONUS
. _,
|`\\__/ /
\\ . .(
| __T|
/ |
_.---=======' |
// {}
`| , , {}
\\ /___; ,'
) ,-;` `\\ //
| / ( ;||
||`\\\\ |||
|| \\\\ |||
)\\ )\\ )||
`" `" `""
```
snape
branch with the commit message "add snape's doe patronus"snape
branch called lily
lily
branchpatronus.txt
file so that it says LILY'S PATRONUS
at the top instead of
SNAPE'S PATRONUS
(leave the doe ascii-art alone)snape
branch (poor Snape)