ํ์ค์์ฝ
๋ธ๋์น๋ฅผ ๊ณ ์๋ก ๋ง๋ค์ด๋ผ ๊ทธ๋ฆฌ๊ณ ์๋ก์ด ๊ณณ์ ๋ฎ์ด์จ๋ผ
ํ๋์ ๋ธ๋์น๋ฅผ ๊ณ ์๋ก ๋ง๋ค๊ณ ๊ฑฐ๊ธฐ์ ์ต์ด ์ปค๋ฐํ๊ณ origin์ ๋ฎ์ด ์์ฐ๋ ๊ฒ์ด๋ค.
protected branch๋ผ๋ฉด ํด์ ํด์ผ ํธ์๋๋ค.
git checkout --orphan latest_branch
git add -A
git commit -am "Initial commit message" #Committing the changes
git branch -D master #Deleting master branch
git branch -m master #renaming branch as master
git push -f origin master #pushes to master branch
git gc --aggressive --prune=all # remove the old files
์ฐธ๊ณ ๋ด์ฉ
orphan
https://www.linkedin.com/pulse/how-remove-git-commit-history-nitin-raturi/
commit ๋ด์ญ์ ์ ๋ฆฌํ๋ ์ข์๋ฐฉ๋ฒ: squash
'๐ํ๋ก๊ทธ๋๋ฐ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Nextjs] ์ํ์ง ์๋ ๊ฐ์ฒด ์ ์ธํ๊ณ ๋ฐฐ์ด json return ํ๊ธฐ (0) | 2023.12.14 |
---|---|
[์ธ์ฆ์] pfx ํ์ผ์์ ์ธ์ฆ์ ๋ฐ ๊ฐ์ธํค ์ถ์ถํ๊ธฐ (0) | 2023.12.12 |
[์ ๋ณด] ๋์ ์น ๊ฐ๋ฐ ์ปค๋ฆฌํ๋ผ (0) | 2023.07.19 |
[์ ๋ณด] ํ์๋ฆฌํ ๋ณ์ ์ฌ์ฉ(id, onclick ) (0) | 2023.07.09 |
์ธํ ๋ฆฌ์ ์ด ํ์๋ฆฌํ th:object ๋นจ๊ฐ์ ์ค๋ฅ ์ก๊ธฐ (0) | 2023.07.02 |