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

Git101: Rebase #30

Open
Taehyeon-Kim opened this issue Dec 12, 2023 · 0 comments
Open

Git101: Rebase #30

Taehyeon-Kim opened this issue Dec 12, 2023 · 0 comments
Labels

Comments

@Taehyeon-Kim
Copy link
Owner

Background

  • main -> a_branch
  • a_branch 작업 중 main이 최신화 되었을 때
  • 작업 sync(- main branch의 내용 최신화)를 맞추고 싶어서 사용
# 현재 a_branch 위치
git checkout a_branch
git rebase main

Links:

https://velog.io/@msung99/Git-Rebase%EB%9E%80-%EB%AC%B4%EC%97%87%EC%9D%B8%EA%B0%80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant