Search
Displaying 491 - 500 of 989
#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...
Git log
Class
View list of commits git log Show files changed git log --name-status Show changes git log -p or git log -p dir/
Get a list of git branches, listed by most recent commit.
#Git