i'm sam
  • Home
  • C++
  • 電子報
  • 山姆何人
Sign in Subscribe

Git

A collection of 2 posts
Git

[192] Life is too short don't waste time typing...

If you are using git, do do yourself a favor by adding these git aliases for your day-to-day working: * co = checkout * ci = commit * br = branch * dc = diff --cached * pom = push origin master * amend = commit --amend If you are a professional software engineer, you should already have your own aliases. If
2017年12月11日
Microsoft

版本控制系統之 Git Everywhere

文明社會的軟體開發活動,我給予如下定義: 1. 未使用「版本控制系統(Version Control System,VCS [http://en.wikipedia.org/wiki/Revision_control])」的軟體專案,不夠格稱「專案」。 2. 「專案」開始的第一件事,即是導入合適的「版本控制系統(Version Control System)」。 3. 正確地的使用「版本控制系統」,是專案成員的基本技能。 4. 新專案的預設選擇是「分散式版本控制系統(DVCS [http://en.wikipedia.org/wiki/Distributed_revision_control])」,而以 Git [http://git-scm.com/] 為最優先考量。 「軟體專案」
2014年5月22日 4 min read
Page 1 of 1
i'm sam © 2023
Powered by Ghost