About 50 results
Open links in new tab
  1. Where can I see the commit history on the gitHub website?

    Dec 19, 2020 · I am looking for the history button on gitHub for all the past git commits. These are buttons on the gitHub page. Code Issues Pull requests Actions Projects Wiki Security Insights …

  2. View the change history of a file using github.com

    Jul 26, 2013 · 87 I've found this post about using the command line, but is it possible to view the file change history of a single file in a repository on github.com? An in-browser solution would help me to …

  3. github - Remove sensitive files and their commits from Git history ...

    I would like to put a Git project on GitHub but it contains certain files with sensitive data (usernames and passwords, like /config/deploy.rb for capistrano). I know I can add these filenames to .

  4. Is there a way to download the full history from GitHub?

    Jul 28, 2015 · Github is a site that hosts git repositories. The download as ZIP feature isn't for getting a local copy of the repository, it just downloads the view of the repository that you are viewing at that …

  5. github - How can I remove file from Git history? - Stack Overflow

    May 3, 2017 · Removing from the project is not problem, but I also need to remove it from git history. I use Git and Github (private account). Note: On this thread something similar is shown, but here is an …

  6. Search all of Git history for a string - Stack Overflow

    Search all of Git history for a string [duplicate] Ask Question Asked 15 years, 2 months ago Modified 4 years, 3 months ago

  7. In GitHub, is there a way to see all (recent) commits on all branches?

    Nov 26, 2015 · In GitHub, is there a way to see all recent commits on all branches. It would be best in reverse chronological order. Maybe I'm snoopy, but I'd like to be able to see what my developers …

  8. git - how to delete all commit history in github? - Stack Overflow

    Dec 5, 2012 · If you are sure you want to remove all commit history, simply delete the .git directory in your project root (note that it's hidden). Then initialize a new repository in the same folder and link it …

  9. Moving Git repository content to another repository preserving history

    I am trying to move only the contents of one repository (repo1) to another existing repository (repo2) using the following commands: git clone repo1 git clone repo2 cd repo1 git remote rm origin git

  10. How to delete the deployment history of a repository in GitHub

    Mar 19, 2024 · 5 On GitHub.com, navigate to the main page of the repository. Under your repository name, click Settings. In the left sidebar, click Environments. Next to the environment that you want to …