Subordinate Conjunctions and Complex Sentences
Sign up to colingo.com and join our daily classes.
Follow the instructions step-by-step available at http://www.colingo.com/gettingstarted
-
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
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
#!/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 |
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
[user] | |
name = Juliana de Heer | |
email = [email protected] | |
[core] | |
editor = vim -f | |
[alias] | |
df = diff | |
st = status | |
ci = commit | |
co = checkout |
The everyday routine:
#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
- 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
OlderNewer