-
Create your Branch in your name
-
One time action
Go to the terminalgit clone --single-branch -b branchName https://github.com/Jahidul2543/modul_02_java_test.gitYou should see the repo cloned in your machine
To know your branch run bellow command, You should see your cloned branch namegit branch -
How to make changes and push it again in github repo?
Go to the terminal and navigate inside the cloned directorygit add .
git commit -m “Meaningful message”
git push -u origin YourBranchName
Jahidul2543/modul_02_java_test
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|