
Search
Displaying 401 - 410 of 967
.gitignore File
Class
Ignore files and directories.
A file with the name .gitignore in your repository will tell git to ignore the file.
Use...
#Git
Basic Git tutorial
Exercise
Instructions
- Create a new repository inside your project directory.
git init - Create a README.md file.
- Stage readme file...
#Git
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/
#Git
Get a list of git branches, listed by most recent commit.
#Git
GitHub Actions Docs
Resource
Docs for GitHub Actions.
Beginner Web Developer
Position
Concepts
- How the web works
- How browsers work
Languages
- HTML
- Available tags
- Images
- CSS
- Selectors
- Pseudo elements
- JS
- Basic JS
- Librarie...