Skip to content

Commit

Permalink
feat: added a "vcs" tag to sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisallenlane committed Oct 17, 2019
1 parent cbe4dd1 commit 3b5f3db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions git
@@ -1,3 +1,6 @@
---
tags: [ vcs ]
---
# To set your identity:
git config --global user.name <name>
git config --global user.email <email>
Expand Down
3 changes: 3 additions & 0 deletions hg
@@ -1,3 +1,6 @@
---
tags: [ vcs ]
---
# To clone a directory:
hg clone

Expand Down
3 changes: 3 additions & 0 deletions svn
@@ -1,3 +1,6 @@
---
tags: [ vcs ]
---
# To Update working copy from repository:
svn update "/path"

Expand Down

0 comments on commit 3b5f3db

Please sign in to comment.