dime-github-trainings icon indicating copy to clipboard operation
dime-github-trainings copied to clipboard

Training materials and other GitHub related information developed by DIME Analytics

Results 6 dime-github-trainings issues
Sort by recently updated
recently updated
newest added

Exercise for the GitHub PR trianing

work-in-progress

Two parts: - Best practices for the branch-pr-merge cycle - How to use the branch-pr-merge cycle in your workflow

According to [GitHub's documentation about releases](https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/about-releases), we can set a release to package files as if we were releasing the version of a software. I think we can consider using...

Copied from Slack: @luisesanmartin hey Kristoffer. It occurred to me this morning that you could also consider adding a slide to explain the difference between a binary file and a...

enhancement

Explain that gitignore only work on new files, and provide a guide on how to untrack. Use some of this text: >In fact, .gitignore only affect new files. So if...