Skip to content

Comments

Submission - 1 Vamshidhar Dawoor#10

Open
vamshidhar644 wants to merge 18 commits intogdsc-vitap:mainfrom
vamshidhar644:20BCE7285
Open

Submission - 1 Vamshidhar Dawoor#10
vamshidhar644 wants to merge 18 commits intogdsc-vitap:mainfrom
vamshidhar644:20BCE7285

Conversation

@vamshidhar644
Copy link

No description provided.

@salma2vec
Copy link
Contributor

salma2vec commented Jan 30, 2023

Keep your fork in sync with the main repository, by following these steps:

  • Open Terminal
  • Change the current working directory to the location of your local repository.
  • Use the following command to add the main repository as a remote:
    git remote add upstream https://github.com/gdsc-vitap/Web-Development-Workshop.git
  • Use the following command to fetch the latest changes from the main repository:
    git fetch upstream
  • Use the following command to merge the changes from the main repository with your local repository:
    git merge upstream/master

After merging the changes, you can push the changes to your fork on GitHub.
By following these steps, you can keep your fork in sync with the main repository and receive any updates or changes that have been made to the code. Thank you for your cooperation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants