- Fork the repo https://github.com/tvarit-foggy/tvarit.com
- Clone the repository from your account
git clone https://github.com/<username>/tvarit.com
- Add remote upstream
git remote add upstream https://github.com/tvarit-foggy/tvarit.com
- For every new issue create a new branch
git fetch upstream git checkout upstream/develop git checkout -b <new branch name>
- Make your changes
- Add files and commit the changes
git add <filename> git commit -m "<message with description of change>"
- Push the changes to the repo
git push --set-upstream origin <new branch name>
- Create a pull request to the branch develop.
-
Notifications
You must be signed in to change notification settings - Fork 11
indrakumarprajapat/tvarit.com
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This repo is for website
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published