mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Compare commits
2 Commits
796ab3e854
...
c767d6b967
Author | SHA1 | Date | |
---|---|---|---|
|
c767d6b967 | ||
|
8350b334be |
@ -176,7 +176,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