filmov
tv
GitHub demonstration for network engineers: Hank Preston Explains: Part 2

Показать описание
A practical demonstration of how network engineers can use GitHub for source control Hank Preston shows us how to use Git with a practical demonstration.
Git Learning Lab
NetDevOps Live Episode on Git:
Cisco DevNet Python Code Samples Repo (Code Exchange):
Hank's Fork of the Cisco DevNet Python Code Samples Repo:
#git #github #python
Git cheatsheet:
============
git clone
Copies a git repository from a "remote" (aka GitHub) to your
local workstation
git status
Looks at the current status (obviously). Includes new and changed files,
and if you are "ahead" of upstream.
git add file or directory
"adds" changes or new files to "stage" and ready to be committed (aka locked)
git commit -m message
"Locks in" a change to the repository locally.
git push
Sends (aka push) changes from your local workstation to the remote
git pull
Retrieves (aka pull) changes from remote to local.
git diff
Look at changes between current file, and last "committed" version.
Git Learning Lab
NetDevOps Live Episode on Git:
Cisco DevNet Python Code Samples Repo (Code Exchange):
Hank's Fork of the Cisco DevNet Python Code Samples Repo:
#git #github #python
Git cheatsheet:
============
git clone
Copies a git repository from a "remote" (aka GitHub) to your
local workstation
git status
Looks at the current status (obviously). Includes new and changed files,
and if you are "ahead" of upstream.
git add file or directory
"adds" changes or new files to "stage" and ready to be committed (aka locked)
git commit -m message
"Locks in" a change to the repository locally.
git push
Sends (aka push) changes from your local workstation to the remote
git pull
Retrieves (aka pull) changes from remote to local.
git diff
Look at changes between current file, and last "committed" version.
GitHub demonstration for network engineers: Hank Preston Explains: Part 2
Introduction to GitHub for Cisco Network Engineers
Git, GitHub and source control: Is this even for network engineers? Hank Preston Explains: Part 1
Github Management for Network Engineers
How Git Works: Explained in 4 Minutes
How to use Git and GitHub for version control for Network Engineers
Git and Github for network engineers
How to Use GitHub
How to Create LitmusChaos Experiments in 10 Minutes | Chaos Engineering Grafana Monitoring | #k8s
Push Code to GitHub for the First Time - Ansible for Network Engineers Course
GIT Tutorial for Network Engineers // Git Tutorial for Beginners - Getting started
How To Use GitHub For Beginners
Github Actions CI/CD - Everything you need to know to get started
GitHub Basics Made Easy: A Fast Beginner's Tutorial!
Run CCNA Labs from GitHub in Seconds
Senior Network Engineer, Network Deployment at GitHub | Work From Home | Internet Income Ninja
GitHub Tutorial - Beginner's Training Guide
DevOps CI/CD Explained in 100 Seconds
What is GitHub?
How to Use GitHub as a Common Data Source for Itential Network Automations
Git Explained in 100 Seconds
Codespaces for Network Engineers
What's the big deal about Source Control? Why your network configurations should be in 'gi...
AI Agents: An Artificially Intelligent Network Engineer
Комментарии