mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03:00
Compare commits
3 Commits
f1891ba3a5
...
2a451f94a8
Author | SHA1 | Date | |
---|---|---|---|
|
2a451f94a8 | ||
|
572827b39f | ||
|
8350b334be |
@ -3,7 +3,7 @@ category: framework
|
||||
framework: AngularJS
|
||||
contributors:
|
||||
- ["Walter Cordero", "http://waltercordero.com"]
|
||||
filename: learnangular.html
|
||||
filename: learnangular.txt
|
||||
---
|
||||
|
||||
## AngularJS Tutorial.
|
||||
|
@ -181,7 +181,7 @@ $ git add HelloWorld.java
|
||||
# add a file in a nested dir
|
||||
$ git add /path/to/file/HelloWorld.c
|
||||
|
||||
# Regular Expression support!
|
||||
# Shell glob patterns make it easy to specify multiple files:
|
||||
$ git add ./*.java
|
||||
|
||||
# You can also add everything in your working directory to the staging area.
|
||||
|
Loading…
Reference in New Issue
Block a user