This repo is a learning documentation in Qodr Magelang.
The steps to use this repo:
Duplicate repository in the local
Git Clone https://github.com/qodrorid/magelang_class.git (Name_folder)
Entered into the folder that had just been created
CD NAMA_Folder
Choose Branch (Example: Development)
Git Checkout Development
Move the file you want to upload it to the newly created folder
Add files that have been entered
GIT ADD (Name_File) (Use
.To add all files)
See GIT status
GIT Status
Fill in the message or information from the added file
GIT COMMIT -M "(message or information)"
Check back the updated file from GIT
Git Pull Origin Development
Upload the file to the selected branch
Git Push --u Origin Development
Login to the GIT account with their respective users and passwords
Notes :
*It's easier to use Visual Studio Code because it is compatible with GIT