Github In Ubuntu //free\\ -

Once set up, you can manage your projects directly from the Ubuntu terminal:

Once installed, you need to tell Git who you are. This information is attached to your commits. github in ubuntu

You must introduce yourself to Git so your commits are properly attributed on GitHub: : git config --global user.name "Your Name" Once set up, you can manage your projects

ssh -T git@github.com # You should see: "Hi username! You've successfully authenticated..." Once set up

: Always include a README.md file using Markdown syntax to describe your project.

Create .github/workflows/test.yml in your repo: