Skip to content

Instantly share code, notes, and snippets.

@abrkn
Created May 13, 2012 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abrkn/2688059 to your computer and use it in GitHub Desktop.
Save abrkn/2688059 to your computer and use it in GitHub Desktop.
PS C:\users\andy\git\striim> ls
Directory: C:\users\andy\git\striim
Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 11.05.2012 14:54 docs
d---- 13.05.2012 13:56 lib
d---- 08.05.2012 11:29 node_modules
d---- 11.05.2012 14:14 public
d---- 04.05.2012 16:11 test
d---- 11.05.2012 14:19 views
-a--- 23.04.2012 16:47 56 .gitignore
-a--- 13.05.2012 13:54 88 .gitmodules
-a--- 25.04.2012 17:18 57 .nodemonignore
-a--- 08.05.2012 11:25 719 package.json
-a--- 30.04.2012 14:53 22 Procfile
-a--- 21.04.2012 16:38 6 README
-a--- 21.04.2012 17:13 68 striim.sublime-project
-a--- 21.04.2012 11:00 8761 striim.sublime-workspace
PS C:\users\andy\git\striim> git submodule add git://github.com/abrkn/escaped.git lib/escaped
warning: LF will be replaced by CRLF in .gitmodules.
The file will have its original line endings in your working directory.
PS C:\users\andy\git\striim> git submodule status
PS C:\users\andy\git\striim> git status
# On branch master
# Your branch is ahead of 'origin/master' by 8 commits.
#
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# new file: .gitmodules
#
PS C:\users\andy\git\striim> cat .gitmodules
[submodule "lib/escaped"]
path = lib/escaped
url = git://github.com/abrkn/escaped.git
PS C:\users\andy\git\striim> cat .git/config
---------SNIP---------------
[submodule "lib/escaped"]
url = git://github.com/abrkn/escaped.git
PS C:\users\andy\git\striim>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment