mkdir codingnet2
cd codingnet2
git init
touch readme.md
git add readme.md
git commit -m "first commit"
git remote add origin
git push -u origin master
cd existing_git_repo
git remote add origin
username/projectname.git
git push -u origin master
git有三種狀態:change, staged, committed。
change(unstaged):你改動了乙個,沒有呼叫任何git命令前,就是這種狀態。
staged:呼叫git add或者git commit -a之後,進入staged狀態,表示申明要變動了。
committed:commit,生成新的版本commit號,進入此狀態。
c mysql命令 最基本的mysql命令
在windows95 98 me上啟動mysql服務 c mysql bin mysql 在windwosnt 2000 xp上啟動 安裝myslq服務 c mysql bin mysql instal 啟動mysql服務 c mysql bin net start mysql 連線mysql my...
linux 最基本的命令(一)
linux 啟動順序 load bios read mbr 硬碟的主引導記錄,包括三個部分mbr 硬碟分割槽表dpt和硬碟有效標誌 find out the os load the os init process starts 執行etc目錄下的檔案 execute run level script...
幾條最基本的 sqlplus命令
sqlplus登入伺服器 sqlplus sys system 192.168.1.55 1521 orcl as sysdba 建立表空間 create tablespace tspace1 datafile tspace1.dat size 100m autoextend on next 50m...