Soliman, Kelvin Russelsiahashnode.hashnode.dev·Aug 28, 2024Activity#4 Git fundamentals DocumentationStep 1: Check Git Verision Step 2: Configure Git Step 3: Initialize a Git Repository Step 4: Add Files to the Repository Step 5: Check the status Step 6: Commit Changes Step 7: View Commit History1 likeGit
Walter Mark B. Inductivo Jr.walterific.hashnode.dev·Aug 25, 2024Github FundamentalsGit Commit Git commit is used to save changes in your project. Committing is important because it allows you to restore earlier versions of your project if the new changes go wrong. Git Pull Git pull is used to get the latest changes from a remote ...12 likes·26 readsgithub fundamentals