git push origin :branch-name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span class="small-trademark-nocircle"><sup>™</sup></span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Botkit = require('botkit') | |
var Witbot = require('witbot') | |
var slackToken = process.env.SLACK_TOKEN | |
var witToken = process.env.WIT_TOKEN | |
var controller = Botkit.slackbot({ | |
debug: false | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your identification has been saved in /Users/anderskitson/.sshDemo/id_rsa. | |
Your public key has been saved in /Users/anderskitson/.sshDemo/id_rsa.pub. | |
The key fingerprint is: | |
70:80:91:8c:de:8d:a4:a2:50:01:b9:a0:b9:04:38:0c [email protected] | |
The key's randomart image is: | |
+--[ RSA 2048]----+ | |
|Eo.+.+. | | |
|*.o = . | | |
|+* + o. . | | |
|*.o o .o | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<p class="lego"> | |
TEsting | |
</p> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background-image: -webkit-linear-gradient(left , rgb(189,206,226,0.6) 0%, rgb(191,217,242,0.6) 32%, rgb(14,94,95,0.6) 65%); | |
min-height:100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background-image: -webkit-linear-gradient(left , rgb(189,206,226,0.6) 0%, rgb(191,217,242,0.6) 32%, rgb(14,94,95,0.6) 65%); | |
min-height:100%; |
NewerOlder