git多種操作

2021-07-11 20:52:31 字數 1009 閱讀 2306

剛開始我git remote add origin錯了位址,寫成http的位址了,然後就git remote rm origin了,重新git remote add origin

[email protected]:lxgithub24/opensns.git

就可以了。

之後git push -u origin master然後,開始上傳至遠端github倉庫:過程如下圖

檢視結果,如下兩圖:

至此,已經上傳結束。

or

we recommend every repository include a readme, license, and .gitignore.

echo "# opensns" >> readme.md

git init

git add readme.md

git commit -m "first commit"

git remote add origin [email protected]:lxgithub24/opensns.git

git push -u origin master

git remote add origin [email protected]:lxgithub24/opensns.git

git push -u origin master

you can initialize this repository with code from a subversion, mercurial, or tfs project.

GIT 多種情況下的撤銷操作

撤銷更改 使用checkout out 可以撤銷工作區的修改 修改內容會丟失 如果沒有執行過git add命令,恢復到上一版本。如果執行過git add命令,則恢復到add之前的狀態。git checkout 對當前所有檔案執行此操作 git checkout file 對某一file執行此操作 撤...

表單禁用多種操作示例

翔宇 2017 03 12 09 54 bootstrap中表單元素的禁用和普通html元素禁用一樣,使用disabled disabled 如果使用了disabled,則該元素將不能單擊。bootstrap的禁用在樣式上做了一定的處理。例如下面的 txtusername輸入框設定了禁用。部分 執行...

Hbaseshell scan多種過濾操作

查詢資料get bjcjtest1 hdrive 2000 x00 x80 x03 x8d x96 xa9 xdco xb6 scan tts 201905 get多版本get t1 rowkey1 字首過濾掃瞄scan station429 hdrive 40000 通過hbase shell命令...