Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Line 11
  • Loading branch information
thegrandeditor authored Apr 17, 2024
1 parent fc39dae commit 7d5de70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Database: MySql, MongoDB

1. Init git/ creating and cloning a repository
2. add files // git add (location of the file or . for all files that have local changess)
3. commit your files // git commit -m'the message for the commit. should descriptive'
3. commit your files // git commit -m'the message for the commit. should be descriptive'
4. push changes // git push
5. pull online updates // git pull // to download online changes that are not available in your machine
6. create a branch // git branch branch_name
7. checkout // git checkout branch_to_check_into
8. create a branch and check into it // git checkout -b branch_name

9. clone existing repository // git clone gitrepository_url eg: https://github.com/stanley-zarttech/Backend_Course.git
9. clone existing repository // git clone gitrepository_url eg: https://github.com/stanley-zarttech/Backend_Course.git

0 comments on commit 7d5de70

Please sign in to comment.