如何理解git的本地操作庫以及遠程操作庫-創(chuàng)新互聯(lián)

本篇文章為大家展示了如何理解git的本地操作庫以及遠程操作庫,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

在涿州等地區(qū),都構建了全面的區(qū)域性戰(zhàn)略布局,加強發(fā)展的系統(tǒng)性、市場前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務理念,為客戶提供成都網(wǎng)站建設、網(wǎng)站設計 網(wǎng)站設計制作按需定制設計,公司網(wǎng)站建設,企業(yè)網(wǎng)站建設,品牌網(wǎng)站建設,網(wǎng)絡營銷推廣,成都外貿網(wǎng)站建設,涿州網(wǎng)站建設費用合理。

Git 是一個開源的分布式版本控制系統(tǒng),用于敏捷高效地處理任何或小或大的項目。目前很多企業(yè)
1、windows下git建立本地倉庫

$ git config --global user.name "hehe"
$ git config --global user.email "hehe@163.com"

2、創(chuàng)建密匙

$ ssh-keygen -t rsa -b 4096 -C "hehe@163com"
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/hehe/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/heheiscool/.ssh/id_rsa.
Your public key has been saved in /c/Users/heheiscool/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:gx8BsPtCRTwoKsD0D+tQeo+XIgl31mzKp6Qw2UrAIlQ heheiscool@163com
The key's randomart image is:
+---[RSA 4096]----+
|o. E.+o      |
|..+ .oo.     |
|.o =. ...     |
|= o += . .    |
|*+.o=.= S     |
|=+==o+.. o    |
|++.+=+o .     |
|.+.oo+      |
|. . .       |
+----[SHA256]-----+

3、查詢創(chuàng)建的ssh秘匙

$  ls -al ~/.ssh
total 28
drwxr-xr-x 1 hehe 197609   0 12月 20 21:57 ./
drwxr-xr-x 1 hehe 197609   0 12月 20 21:45 ../
-rw-r--r-- 1 hehe 197609 3243 12月 20 21:57 id_rsa
-rw-r--r-- 1 hehe 197609  743 12月 20 21:57 id_rsa.pub
-rw-r--r-- 1 hehe 197609  803 12月 18 21:25 known_hosts

4、初始化本地git倉庫

$ git init
Initialized empty Git repository in C:/wamp64/www/other/www/.git/

5、把文件添加到倉庫

$ git add .
warning: LF will be replaced by CRLF in assets/css/colorpicker.css.
The file will have its original line endings in your working directory.

6、把文件提交到倉庫

$ git commit -m "first"
[master 47a15e3] first
warning: LF will be replaced by CRLF in assets/css/colorpicker.css.
The file will have its original line endings in your working directory.

7、把本地庫git到遠程生成庫
hehe@hehe MINGW64 /c/wamp64/www/other/www (master)
$ git remote add origin https://github.com/heheiscool/Keep.git
fatal: remote origin already exists.

8、把本地庫文件push到遠程建好庫中

$ git push -u origin master
Counting objects: 123, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (119/119), done.
Writing objects: 100% (123/123), 1.63 MiB | 29.00 KiB/s, done.
Total 123 (delta 27), reused 0 (delta 0)
remote: Resolving deltas: 100% (27/27), done.
To https://github.com/hehe/Keep.git

  • [new branch]    master -> master
    Branch master set up to track remote branch master from origin.

如遠程提示無法更新,說behind等,確定當前代碼是最新的才可以強制推送(注意,不要隨意強制推送)

$ git push -u -f origin master

2018-6-28補充幾點:
1、從遠程庫強制覆蓋本地庫
網(wǎng)上是下面的方法

git fetch --all

git reset --hard origin/master

2、關于pull request(pr)
兩個分支:master、develop,develop跟master發(fā)送 pr請求,命令操作方式如下:

git clone git@XXXX.com
git checkout master
git pull git@XXXX.com develop
git push origin master

這樣本地庫master已經(jīng)被提交pr,再上傳到github:

git add .
git commt -m "###"
git push -u origin master

3、創(chuàng)建分支:

git branch  newname

切換到分支:

git checkout newname

上傳分支:

git push  origin  newname
或者上傳當前所出分支
git push  origin  HEAD -u

遠程刪除分支

git branch -d newname

上述內容就是如何理解git的本地操作庫以及遠程操作庫,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注創(chuàng)新互聯(lián)行業(yè)資訊頻道。

另外有需要云服務器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。

分享名稱:如何理解git的本地操作庫以及遠程操作庫-創(chuàng)新互聯(lián)
轉載注明:http://www.muchs.cn/article22/dhcscc.html

成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供面包屑導航、標簽優(yōu)化做網(wǎng)站、品牌網(wǎng)站設計、手機網(wǎng)站建設、電子商務

廣告

聲明:本網(wǎng)站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經(jīng)允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)

營銷型網(wǎng)站建設