Giter VIP home page Giter VIP logo

Comments (7)

Deliaz avatar Deliaz commented on August 25, 2024

Try without --incremental first

from python-github-backup.

whwright avatar whwright commented on August 25, 2024

This tool pulls remotes using fetch, so your "local files" won't change until the merge in the remote branch.

from python-github-backup.

ma-ji avatar ma-ji commented on August 25, 2024

This tool pulls remotes using fetch, so your "local files" won't change until the merge in the remote branch.

Can explain more about this? How can actually update the local files?

from python-github-backup.

ma-ji avatar ma-ji commented on August 25, 2024

Try without --incremental first

Unfortunately, this does not seem to be working.

from python-github-backup.

whwright avatar whwright commented on August 25, 2024

This tool pulls remotes using fetch, so your "local files" won't change until the merge in the remote branch.

Can explain more about this? How can actually update the local files?

You might need to learn more about how a git repo works under the hood, but you will want to merge in the latest remote branch (which has been fetched via the backup) using git merge {remote}/{branch} or likely git merge origin/master.

from python-github-backup.

YoungMahesh avatar YoungMahesh commented on August 25, 2024

This tool pulls remotes using fetch, so your "local files" won't change until the merge in the remote branch.

Can explain more about this? How can actually update the local files?

You might need to learn more about how a git repo works under the hood, but you will want to merge in the latest remote branch (which has been fetched via the backup) using git merge {remote}/{branch} or likely git merge origin/master.

@whwright Can I pass any argument to github-backup command, so it will automatically run git merge {remote}/{branch} for all repositories in my local-backup ?

from python-github-backup.

whwright avatar whwright commented on August 25, 2024

This tool pulls remotes using fetch, so your "local files" won't change until the merge in the remote branch.

Can explain more about this? How can actually update the local files?

You might need to learn more about how a git repo works under the hood, but you will want to merge in the latest remote branch (which has been fetched via the backup) using git merge {remote}/{branch} or likely git merge origin/master.

@whwright Can I pass any argument to github-backup command, so it will automatically run git merge {remote}/{branch} for all repositories in my local-backup ?

No this is not supported, neither is it necessary. The data is in your local copy of the repo if the tool as been run.

from python-github-backup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.