- Entry Level
- Databases
- Networking
- HTML, CSS
- Python
- Django
├── hello_django <- task folder
└── hello_django_Mohamed_Alaa <- response naming convention
└── code
- Clone the repository to your local machine
git clone https://github.com/mhmad-alaa/Backend-Django.git
- Create a new branch to work on your changes
git branch <branch-name>
- Make changes to the code and commit those changes to your local branch
git commit
- Push your local branch to your forked repository on GitHub
git push
-
Create a pull request (PR) from your branch in your forked repository to the main repository you are working on.
-
When naming your branch, include your name or username in the branch name to avoid conflicts
For example, you could use a naming convention like*username:feature/feature-name* or *username:bugfix/bugfix-name*