-
Notifications
You must be signed in to change notification settings - Fork 98
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
0 parents
commit 7234a7c
Showing
19 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+51.4 MB
javascript/Professional JavaScript for Web Developers,3rd Edition.pdf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.14 MB
javascript/Understanding ECMAScript 6 The Definitive Guide for JavaScript Developers.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Submodule understandinges6
added at
c27b2c
Binary file not shown.
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,7 @@ | ||
https://zhuanlan.zhihu.com/p/24833244 | ||
|
||
|
||
https://www.zhihu.com/question/20648733 | ||
|
||
|
||
谁都可以练跑酷--新手1-8周体能训练计划(力量耐力) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+6.28 MB
...cture_ A Craftsman's Guide to Software Structure and Design-Pearson Education (2017).epub
Binary file not shown.
Binary file added
BIN
+7.31 MB
...cture_ A Craftsman's Guide to Software Structure and Design-Pearson Education (2017).mobi
Binary file not shown.
Binary file added
BIN
+41.8 MB
...ng/robert-c-martin/Agile software development principles, patterns, and practices (1).pdf
Binary file not shown.
Binary file added
BIN
+1.14 MB
software engineering/robert-c-martin/UML_for_Java_Programmers-Book.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,9 @@ | ||
echo -e "Hi, please type the short_message for commit: " | ||
read short_message | ||
git stash | ||
git pull | ||
git stash pop | ||
git add -A | ||
git commit -m $short_message | ||
git push | ||
echo -e "Commit & push done,have a nice day" |