Compare commits

...

3 Commits

Author SHA1 Message Date
Aaron
2a451f94a8
Merge 8350b334be into 572827b39f 2024-11-12 07:21:08 +08:00
Boris Verkhovskiy
572827b39f Fix angular download filename 2024-11-11 09:49:14 -07:00
aaron
8350b334be [git/tr] Fixes a confusion between regex and glob 2024-11-03 10:11:40 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ category: framework
framework: AngularJS
contributors:
- ["Walter Cordero", "http://waltercordero.com"]
filename: learnangular.html
filename: learnangular.txt
---
## AngularJS Tutorial.

View File

@ -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.