- Git / GitHub Tutorial: https://gist.github.com/juemura/c354421701cd9d8c1e934f4c0932f4cb
- Main class repo: https://github.com/MissionBit/summer17-android
- Flappy Bird Tutorial: https://github.com/juemura/FlappyDemo/tree/missionBit
- Udacity exercises: https://github.com/juemura/ud405
This file contains 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
127.0.0.1 http://www.twitch.com | |
127.0.0.1 www.twitch.com | |
127.0.0.1 twitch.com | |
127.0.0.1 twitch | |
127.0.0.1 http://www.puffgames.com/action.html | |
127.0.0.1 www.puffgames.com | |
127.0.0.1 puffgames.com | |
127.0.0.1 puffgames |
#Tutorial: How to connect your Cloud9 and GitHub accounts via ssh
To avoid having to enter your username and password EVERY-SINGLE-TIME you push, follow these step-by-step instructions.
#####1. Copy your C9 ssh key. Go to https://c9.io/account/ssh and copy the key below *"Connect to your private git repository"*. It's a very long string that starts with ssh-rsa and ends with your email.
#####2. Paste your C9 ssh key into your GitHub account
The everyday routine:
This file contains 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
[user] | |
name = Juliana de Heer | |
email = ju.uemura@gmail.com | |
[core] | |
editor = vim -f | |
[alias] | |
df = diff | |
st = status | |
ci = commit | |
co = checkout |
This file contains 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
#!/bin/bash | |
# | |
docroot="/var/www/html" | |
while read oldrev newrev ref | |
do | |
branch=`echo $ref | cut -d/ -f3` | |
if [ "master" == "$branch" ]; then | |
git --work-tree=$docroot checkout -f $branch |
-
How can I improve my English?
Sign up at colingo.com and join our daily classes.
-
How do I get started?
Follow the instructions step-by-step available at http://www.colingo.com/getting-started
Sign up to colingo.com and join our daily classes.
Follow the instructions step-by-step available at http://www.colingo.com/gettingstarted
NewerOlder