Anwar

Posts

Github Creating and deleting branches within your repository

https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository#:~:text=Further%20reading-,Creating%20a%20branch,main%20page%20of%20the%20repository.&text=Click%20the%20branch%20selector%20menu,branch%2C%20then%20select%20Create%20branch.   You can create or delete branches directly on GitHub. In this article Creating a branch Deleting a branch Further reading Creating a branch...

Github vs gitlab vs bitbucket

https://stackshare.io/stackups/bitbucket-vs-github-vs-gitlab At some point in any software project, you will need to share your code with other developers. If you’re using Git for source control, there...

GIT how do i resolve git saying commit your changes or stash them before you can me

https://stackoverflow.com/questions/15745045/how-do-i-resolve-git-saying-commit-your-changes-or-stash-them-before-you-can-me   https://stackoverflow.com/questions/15745045/how-do-i-resolve-git-saying-commit-your-changes-or-stash-them-before-you-can-me   Discard the local changes using git reset –hard or git checkout -t -f remote/branch     I made some updates on my local...

GIT How to Push an Existing Project to GitHub

https://www.digitalocean.com/community/tutorials/how-to-push-an-existing-project-to-github   GitHub is simply a cloud-hosted Git management tool. Git is distributed version control, meaning the entire repo and history lives wherever you put it. People...

Git how to delete github repository

https://docs.github.com/en/github/administering-a-repository/deleting-a-repository     Deleting a repository You can delete any repository or fork if you’re either an organization owner or have admin permissions for the...

Get mx records command line

https://linuxconfig.org/how-to-check-domain-s-mx-mail-exchange-records-using-dig-command-on-linux dig command is a very useful DNS lookup utility. It can be used to retrieve DNS records information of any domain name by querying specifc...

Game server hosting

https://geekflare.com/game-server-hosting/     ScalaCube A famous name in the arena of game server hosting, ScalaCube is an excellent option for you. It rents servers for games –...

Forward Specific Emails Using a Rule in Outlook

https://www.lifewire.com/forward-outlook-mail-1170648   Forward Specific Emails Using a Rule in Outlook.com To set up a rule in Outlook on the web that forwards certain messages (based...

FileZilla show hidden files in filezilla

https://kinsta.com/knowledgebase/filezilla-show-hidden-files/   How to Show Hidden Files in FileZilla July 22, 2020 Shares TwitterFacebookLinkedInPinterestRedditBufferEmail FileZilla is a popular SFTP client for transferring files between your server and...