Skip to content

Pemira-Himakom/web-pemira-2022

Repository files navigation

"Tutorial Push and Pull Github'

To Push :

  1. git init
  2. git add .
  3. git commit -m "message"
  4. git push origin front-end

To Pull :

  1. git pull origin front-end