Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

TiagoRCorreia/PythonCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub GitHub release (latest by date) Code style: black Calculator

Just a test with Github CLI

This repo has been created in command line without using browser with the new command line interface created by Github.

Used commands
$ mkdir PythonCalculator
$ cd PythonCalculator
$ git init 
$ touch main.py Calculator.py
	# Added some code to files
$ git add .
$ git commit -m "Calculator Project"
$ hub create
$ git push -u origin HEAD

Link of the repository: https://github.com/github/hub