-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add git's submodule cheetsheet #56
Conversation
Thanks for opening this pull request! |
There's a test failing because variables can't contain |
yep . i will update now |
i updated . i can check again !! |
i also updated some docker and docker-compose 's cheatsheet |
@@ -0,0 +1,20 @@ | |||
# Builds, (re)creates, starts, and attaches to containers for all services |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing tag: % docker, docker-compose
@@ -0,0 +1,20 @@ | |||
# initial new package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing tag: % npm, javascript, js
, for example
@@ -0,0 +1,11 @@ | |||
# install a specified version of node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing tag: % nvm, javascript, js
, for example
@@ -61,4 +61,19 @@ git rebase master -S -f | |||
# See all open pull requests of a user on Github | |||
url::open 'https://github.com/pulls?&q=author:<user>+is:open+is:pr' | |||
|
|||
# Add a new module | |||
git submodule add <repository> [<path>] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm, this syntax won't work
I'll add some changes and merge this possibly on Monday, OK? |
Congrats on merging your first pull request! |
No description provided.