Skip to content

ablwr/commit_with_git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commit with Git

A skillshare for learning the essentials of working with git and Github.

Video: https://vimeo.com/113052482

Working solo

Making a new repository

cd path/to/directory git init

Committing

git add $file git add . to add all files

Oops

git reset $file git checkout $file

Bigger oops

git rm $file

The biggest oops of all

git checkout HEAD $file

Branching

git branch $branchname

Cloning a repository

git clone $file

Working with others

Adding a remote

git remote add origin $address

Pull requests

More stuff!

Github Official Help

A practical git introduction

Basic Git Commands

Non-technical Person’s Guide to Becoming an Open Source Software Contributor via Github

Understanding Git

A Few Intermediate Git Tips

Ungit

About

for teaching!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published