githubteacher / githubteacher/Northrop-Grumman-validation
Notes from @brianamarie
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Clarification:
- Not using GitHub Desktop for the class
- Computers should have 'Git Bash' to run commands
Testing:
- Verify collaborator access via email
- `git --version`
- `git config --global user.name "your name"`
- `git config --global user.email "youremail@email.com"`
- `git config --global push.default sinmple`
- If on Windows: `git config --global core.autocrlf true`
- `git clone https://github.com/githubteacher/Northrop-Grumman-validation.git`
- `git checkout -b testing-june`
- `touch file1.md`
- `git add file1.md`
- `git commit -m 'testing file1.md'`
- `git push -u origin testing-june`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.