git Remove local tracking branch that not exists on remote When a feature branch finished using git flow then it may still in the local branch on another developer machine. So to keep updated your local branches with remote branches you need to clean up your local branches that aren’t on the remote. Follow this to clean up & get synced with the remote origin […] Written by Ashiqur Rahman July 13, 2020July 13, 2020 Saving Bookmark this article Bookmarked
git git case-insensitive issue on mac By default – Windows has a case-sensitive file system. Mac has a case-insensitive file system. That’s why in mac, FileName.ext -> changes to -> Filename.ext will not show as changes in git status Rename the file like this to fix this problem – Hope this helps. Show some love by like this post. Written by Ashiqur Rahman June 29, 2020June 29, 2020 Saving Bookmark this article Bookmarked
git git – move a commit between repositories If you want to move a complete commit from one repository to another (and you don’t want to add it as a remote), you can use these steps: Create a patch In the source repository, create a patch based on the commit by running git format-patch SHA1_OF_COMMIT~..SHA1_OF_COMMIT Example – git format-patch c2d42a0583481652ce037b899beef45d9858b98f~..c2d42a0583481652ce037b899beef45d9858b98f (note the ~).This will […] Written by Ashiqur Rahman June 15, 2020June 15, 2020 Saving Bookmark this article Bookmarked
git git best practices While starting a project, you must follow some best practices. It can be naming convention, branching, git-flow, issue tracking, commit message, pull request and so on. Today I will let you know the most & important one that we overlooked every time we started a project. Project Naming Convention Creating a repository requires a project […] Written by Ashiqur Rahman June 5, 2020June 11, 2020 Saving Bookmark this article Bookmarked
git case-insensitive issue on mac By default – Windows has a case-sensitive file system. Mac has a case-insensitive file system. That’s why in mac, FileName.ext -> changes to -> Filename.ext will not show as changes in git status Rename the file like this to fix this problem – Hope this helps. Show some love by like this post. Written by Ashiqur Rahman June 29, 2020June 29, 2020 Saving Bookmark this article Bookmarked
git – move a commit between repositories If you want to move a complete commit from one repository to another (and you don’t want to add it as a remote), you can use these steps: Create a patch In the source repository, create a patch based on the commit by running git format-patch SHA1_OF_COMMIT~..SHA1_OF_COMMIT Example – git format-patch c2d42a0583481652ce037b899beef45d9858b98f~..c2d42a0583481652ce037b899beef45d9858b98f (note the ~).This will […] Written by Ashiqur Rahman June 15, 2020June 15, 2020 Saving Bookmark this article Bookmarked
How to Build a Spying Tool Using Java Today we are going to build a spying tool using Java. In order to spy on a victim’s computer, we will use two things. Screenshot and voice recording from his microphone. Our basic idea is to capture the screen and voice. And we can inject this malware inside any game or custom software as a […] Written by Farhat Shahir October 2, 2020October 2, 2020 Saving Bookmark this article Bookmarked
git case-insensitive issue on mac By default – Windows has a case-sensitive file system. Mac has a case-insensitive file system. That’s why in mac, FileName.ext -> changes to -> Filename.ext will not show as changes in git status Rename the file like this to fix this problem – Hope this helps. Show some love by like this post. Written by Ashiqur Rahman June 29, 2020June 29, 2020 Saving Bookmark this article Bookmarked
git best practices While starting a project, you must follow some best practices. It can be naming convention, branching, git-flow, issue tracking, commit message, pull request and so on. Today I will let you know the most & important one that we overlooked every time we started a project. Project Naming Convention Creating a repository requires a project […] Written by Ashiqur Rahman June 5, 2020June 11, 2020 Saving Bookmark this article Bookmarked