Skip to content

# Clone your repo (only the first time) git clone https://github.com/hazoomzoom/your-repo-name.git # Change directory to your project cd your-repo-name # Check the status of your files git status # Add all your changes to be committed git add . # Commit your changes with a message git commit -m "Describe what you changed" # Push your changes to GitHub git push #1

@hazoomzoom

Description

@hazoomzoom
No description provided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions