2-3-1-1 ssh-keygen -t ed25519 -C "[email protected]" # Create an SSH Key using ed25519 encryption with the email address provided 2.3-1-2 Select the file to store the Secret. The defaul location ...
5- git status # to check the status of files and folders created or ammended. 6- git config --global #Globlal parameter config. Choices of parameters are: Globlal, System and Local 6-0 Git config ...