-
-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc42e91
commit 1e02ba9
Showing
5 changed files
with
67 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
dist | ||
node_modules | ||
|
||
npm-debug.log* | ||
lerna-debug.log | ||
yarn-error.log | ||
package-lock.json | ||
|
||
|
||
.DS_Store | ||
.cache | ||
.vscode | ||
.idea | ||
|
||
*.bak | ||
*.tem | ||
*.temp | ||
#.swp | ||
*.*~ | ||
~*.* | ||
|
||
# IDEA | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
site: Git Tips | ||
title: Git 的一些使用技巧和笔记 | ||
keywords: git,tips,handbook | ||
logo: ./git.svg | ||
favicon: ./git.svg | ||
editButton: | ||
label: Edit this page on GitHub | ||
url: https://github.com/jaywcjlove/git-tips/blob/master/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
{ | ||
"markdown-to-html": { | ||
"document": { | ||
"title": "Git Tips 的一些使用技巧和笔记", | ||
"meta": [ | ||
{ "description": "一些使用技巧和笔记笔记,记录一些 git 常用和一些记不住的命令" }, | ||
{ "keywords": "git,tips,handbook" } | ||
] | ||
}, | ||
"github-corners": "https://github.com/jaywcjlove/git-tips" | ||
"name": "git-tips", | ||
"version": "1.0.0", | ||
"scripts": { | ||
"start": "idoc --watch", | ||
"build": "idoc" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jaywcjlove/git-tips.git" | ||
}, | ||
"dependencies": { | ||
"idoc": "^1.3.0" | ||
} | ||
} |