Travel-WorldWeb: A one stop destination for all kinds of users
The services are as fascinating as the webpage you are looking up! So let's get started
1. Fork the project. Click on the icon in the top right to get started
2. Clone the project, you can use the following command:
git clone https://github.com/yourgithubusername/YadnikaDabhade/Travel-WorldWeb
1. Create a new branch
git checkout -b YourBranchName
2. Add it to staging area
git add <path to the file you worked on>
or
git add .
3. Commit your changes with
git cz
or
git commit -m "your message"
4. Push your changes
git push
or
git push -u origin branchname
(I am providing some Resource from where you can Learn)
contributing guidelines
.