Abstract : This project is to practice git. See Demo
- Normal mode : press 'esc' on ANY mode
- Insert mode : 'press' 'i' on Normal mode
- Visual mode: press 'v' on Normal mode
- Command mode : press ':' on Normal mode
$ git clone {repo adress}
$ cd {repo name}
$ vi README.mddef hello(name):
print(f'hello, {name}')
hello('John Doe')## Features