Path: blob/master/GitHub/GitHub_List_branches.ipynb
2973 views
Kernel: Python 3
GitHub - List branches
Tags: #github #branches #list #api #rest #python
Author: Benjamin Filly
Last update: 2023-06-26 (Created: 2023-06-20)
Description: This notebook will list all branches from a given GitHub repository;
Input
Import libraries
In [ ]:
Setup Variables
owner
: owner of the repositoryrepository
: name of the repository
In [ ]:
Model
List branches
In [ ]:
Output
Display result
In [ ]: