Search
Displaying 501 - 510 of 989
.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.
#GitBeginner Web Developer
Position
Concepts How the web works How browsers work Languages HTML Available tags Images CSS Selectors Pseudo elements JS Basic...
Local Network
Project
I'm learning about hosting and networking by setting up a local network. I'd like to be able to set up a webserver for...