How to Create and Push Files to GitHub with Git Bash: A Beginner's Tutorial
To create files in Git Bash and push it to a GitHub repository, start by opening Git Bash.
Let's start by signing into our local environment using our username and email.
Let's input the following command:
git config --global user.name
Press Enter, ...
chakocloud.hashnode.dev3 min read