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

Update youtube-dl Mirror with latest changes #2

Open
fossdd opened this issue Jan 11, 2021 · 0 comments
Open

Update youtube-dl Mirror with latest changes #2

fossdd opened this issue Jan 11, 2021 · 0 comments

Comments

@fossdd
Copy link

fossdd commented Jan 11, 2021

# Add the remote, call it "upstream":

git remote add upstream https://github.com/ytdl-org/youtube-dl.git

# Fetch all the branches of that remote into remote-tracking branches

git fetch upstream

# Make sure that you're on your master branch:

git checkout master

# Rewrite your master branch so that any commits of yours that
# aren't already in upstream/master are replayed on top of that
# other branch:

git rebase upstream/master
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

No branches or pull requests

1 participant