Git
Basic Workflow
git clone https://github.com/jtaubs1/OSCP-Prep.gitgit initgit checkout -b gh-pagesgit statusgit add .git commit -m "initial commit"git remote add origin https://github.com/jtaubs1/jtaubs1.github.io.gitgit push origin gh-pagesObserving a Repository
Working with Branches
Make a Change
Synchronize
Searching for Secrets in History
Last updated