Skip to content

ZetechUni/hacktoberfest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HacktoberFest

Git

  • distributed version control system that tracks changes

GitHub

  • web-based platform for hosting Git repositories and collaborating on software projects

Git

  • Repositories
  • commit
  • branch
  • merge
  • clone
  • push
  • pull

Workflow

  • git init - Initializing a Git repository.
  • git add - Staging changes for a commit.
  • git commit - Creating a snapshot of the staged changes.
  • git status - Checking the status of your repository.
  • git log - Viewing the commit history.
  • git diff - Comparing changes between commits.

Collaboration

  • forking repositories
  • creating pull requests
  • reviewing
  • merging

More GitHub Features

  • Issues
  • Projects
  • Wikis
  • actions

Best practices

  • Writing good commit messages
  • Working in branches
  • Follow collaborative workflows

Resources

To be updated

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published