Search
Displaying 491 - 500 of 989
Becoming a programmer
Class
To become a programmer, one simply needs to program. Now the question becomes what do you want to program? That of...
Programming Languages
Class
A programming language is a set of functions and syntax that allow you to write programs. Compiled vs Scripted A...
GitHub Pages Docs
Resource
Static hosting for your profile, org, or project on GitHub.
#Git
GitHub
Class
GitHub is a git repository service. You may stumble into github projects when searching for solutions. It's a place...
.gitignore File
Class
Ignore files and directories. A file with the name .gitignore in your repository will tell git to ignore the file. Use...
Basic Git tutorial
Exercise
Instructions Create a new repository inside your project directory. git init Create a README.md file. Stage readme file...