Categoría: Git/Github
Git commands I use the most in my Daily work
Git is a wonderful tool for getting your code under control, make changes securely and when you’re working with a team is the best way to keep your project updated without any conflicts. Here are the Git commands I use the most daily: Git Clone I use Git clone for downloading the existing source code […]
Permission Denied (publickey) error when I push!
This means, on your local machine, you haven’t made any SSH keys. Here’s how to fix: Open git bash (Use the Windows search. To find it, type «git bash») or the Mac Terminal. Pro Tip: You can use any *nix based command prompt (but not the default Windows Command Prompt!). Type cd ~/.ssh. This will […]