Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Screen Shot 2022-11-09 at 11 54 52 AM


Search "bucssatech/ai-ml-workshop" in Github


Screen Shot 2022-11-09 at 11 58 02 AM

Clone a Repository:

You can clone a repository from GitHub to make it easier to add or remove files, and push larger commits. When you clone a repository, you copy the repository from GitHub to your local computer.

How to Clone a Repository:

  1. On GitHub.com, navigate to the main page of the repository.
  2. Above the list of files, click Code

Screen Shot 2022-11-09 at 11 38 08 AM

  1. Copy the URL for the repository.

    This workshop git clone HTTPS: https://github.com/budatasci/ai-ml-workshop.git

  2. Open Terminal.

  3. Change the current working directory to the location where you want the cloned directory

  4. Type git clone, and then paste the URL you copied earlier.

     $ git clone https://github.com/budatasci/ai-ml-workshop.git
    
  5. If this is your first git commit, you will need to configure your git username and email address. You can do this by typing the following commands:

     git config --global user.name "Your Name"
     git config --global user.email "
    

    if you don't know your user name and email address, you can type the following command:

     git config --global user.name
     git config --global user.email
    

About

End to end AI/ML workshop for BostonHacks 2022

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages