Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission - 1 Vamshidhar Dawoor #10

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

vamshidhar644
Copy link

No description provided.

@salma2vec
Copy link
Member

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.

None yet

5 participants