https://github.com/cdilga/git-demo
Demoing how to run various git commands
https://github.com/cdilga/git-demo
Last synced: 3 months ago
JSON representation
Demoing how to run various git commands
- Host: GitHub
- URL: https://github.com/cdilga/git-demo
- Owner: cdilga
- Created: 2024-05-14T10:14:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T13:01:11.000Z (about 2 years ago)
- Last Synced: 2024-05-15T15:32:47.823Z (about 2 years ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome
More context for this project
``` python
print("*****")
print("hello world!"); otherfunc()
print("hello new world!")
print("******")
print("******")
print("hello world!")
```
> Welcome all!