Maxence POUTORD
# MacOS $ brew install hub # Unix $ git clone https://github.com/github/hub.git && cd hub # assuming that `~/bin` is in your PATH: $ script/build -o ~/bin/hub
$ alias git='hub'
$ git --version git version 2.7.4 hub version 2.3.0
$ git
# ...
These GitHub commands are provided by hub:
pull-request Open a pull request on GitHub
fork Make a fork of a remote repository on GitHub and add as remote
create Create this repository on GitHub and add GitHub as origin
browse Open a GitHub page in the default browser
compare Open a compare page on GitHub
release List or create releases
issue List or create issues
ci-status Show the CI status of a commit
| First Header | Second Header |
| ------------- | ------------- |
| Content Cell | Content Cell |
| Content Cell | Content Cell |
```
if (score === 100) {
console.log("Yihaaa!")
}
```
```javascript
if (score === 100) {
console.log("Yihaaa!")
}
```
> this text is quoted
Or better: select text and press R
Want more shortcut key? press ?
- [x] Prepare slides
- [ ] Give this talk
- [x] @maxpou fix issue #1
License (MIT)
The MIT License (MIT)
Copyright (c) 2017 Maxence POUTORD
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software")
[...]
$ git push
Think about git submodules!
$ git submodule add https://github.com/hakimel/reveal.js
To exist, each action must have a specific URL.
github.com/user/repo/commit/commit_sha1?w=1
Issue #1
User: It didn't works.
Maintainer: Which version are you using? What is your OS/Browser... Can you provide the steps to reproduce?
User: ...
Issue #2
User2: It didn't works.
Maintainer: Haaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
(ISSUE_TEMPLATE.md)
| Q | A
| ---------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| BC Break report? | yes/no
| RFC? | yes/no
| Tool version | x.y.z
**Description**
**Version concerned**
**Steps to reproduce the issue:**
1.
2.
3.
**Expected Results:**
**Actual Results:**
**Additional details:**
I have some stickers!