如何在github上提交pr

2022-07-09 17:54:12 字數 489 閱讀 5074

git remote add upstream
git remote -v
git checkout -b fix_npe
git add  .

git commit -m "fix_npe"

git push origin fix_npe `將當前分支推送到自己的遠端倉庫`

注意事項:

每次pr之前,首先與遠端倉庫做**同步(剛才上面的遠端倉庫鏈結就是為了做遠端**同步)

git fetch upstream

git rebase upstream/master

git push origin master

push完後,遠端倉庫便可看到你的branch版本和master分支一致了,否則這個位置會顯示與master相差了多少次commit。

如何在mac上搭建GitHub

準備工作 a 安裝git b 註冊github賬號1,檢查是否已經存在ssh目錄 開啟終端,輸入 cd ssh 如果是第一次操作,會顯示 no such file or directory2,生成金鑰 輸入 ssh keygen 接著連續3次回車即可3,檢查生成的金鑰檔案 輸入 ls 顯示 id r...

如何在github上新增金鑰

首先得在本地安裝好git,有github賬號 1.本地安裝好git 2.桌面右鍵 git bash here 開啟git命令列 3.ssh keygen t rsa c nideyouxiang com 全部按enter,後面為github所填郵箱 4.cd ssh 如果沒有執行第三步,則不會有這個...

Git提交到github上

1 本地建立乙個目錄redis guosong etch171 mars171 redis pwd data1 guosong code redis guosong etch171 mars171 redis ll total 12 drwxr xr x 2 guosong guosong 4096...