Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 280 Bytes

How To Merge

  • Clone Repository ini
  • Bikin branch baru: git checkout -b namabranch
  • Masukkan file-file kalian ke folder ini
  • git add .
  • git commit -m "Pesan"
  • git push origin namabranch
  • Nanti salah satu orang bakal bertugas nge merge file2 kita, menangani conflict dsb.