I have created a new resume page hosted in GitHub Pages.
https://arnab-developer.github.io
You can find the link from my about page as well.
I have created a new resume page hosted in GitHub Pages.
https://arnab-developer.github.io
You can find the link from my about page as well.
Git history is a nice tool to see how changes had been made on a file overtime in a Git based repository. It currently works with public repositories which is hosted on GitHub, GitLab or Bitbucket.
GitHub – pomber/git-history: Quickly browse the history of a file from any git repository
If you have lots of repositories in GitHub and you want to use same code of conduct or contributing file for all of them, then instead of adding the CODE_OF_CONDUCT.md
and CONTRIBUTING.md
files in each of your repositories individually, you can create a special repository called .github
and put those files in that.
If any public repository don’t have those files in it then it will use the .github
repository files but if any public repository have those files in it then it will use their own.
Creating a default community health file
Nice sweet feature which can save your time and effort.
Pattern to create application with docker with .NET