Skip to content

miguelmontalvo1/usrp2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USRP 2023 Introduction Jupyter-book sources

Jupyter Book Badge

USRP Science Program

Add your page

  • Fork the repository (click the fork button in the top-right corner from the main repository)

    fork

  • Clone the repository and change the directory.

    $ git clone git@github.com:changgoo/usrp2023.git
    $ cd usrp2023
  • Create a branch for your changes.

    $ git checkout -b _your_branch_name_
  • Navigate to the docs/students folder.

    $ cd usrp2023/docs/students
  • Copy the template.md file to your_name.md.

    $ cp template.md your_name.md
  • Edit your_name.md using your favorite editor. You can use nano, vim, emacs, or something else.

  • Commit your changes.

    $ git add your_name.md
    $ git commit -m "commit message"
  • Push the committed changes.

    If you do this for the first time in your branch, you need to do this:

    $ git push --set-upstream origin _your_branch_name_

    otherwise, you can simply do this.

    $ git push
  • Create a pull request for review and merging.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published