Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 349 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 349 Bytes

Practice Git and Github

1. Fork Project

image

2. Clone Project

git clone https://github.com/<username>/practice-git-github.git

3. Create New Branch

git branch "nama"

4. Do Task

5. Make a Pull Request