Skip to content

HNaga/automate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

# Chapter 01_01 - Create a repository on GitHub using the [New Repository](https://github.com/new) page. Name it something that relates to the lesson like `exercise-files`. - In a terminal, run the following commands to initialize the directory as a git repository. git init git add . git commit -m 'first check in' - Now add the new repository you created as a remote for the local repo. git remote add origin git@github.com:YOUR_GITHUB_USER_NAME_HERE/exercise-files.git - After the remote is added, push the files to the remote. git push -u origin master - Browse to the repository on github.com and reload the page to confirm the files have been properly pushed. Once the files are hosted on github.com, you're ready to start making changes locally and pushing them to the remote repo. # Lesson-01-01 # automate # automate # automate # automate # automate # origin # automate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published