Re: [git-users] emergency help

2023-11-03 Thread Anas Mughal
what operating system?



On Fri, Nov 3, 2023 at 11:35 AM Sarah Alnasser 
wrote:

> please can anyone help i try to install git but it install a file instead
> of app i really need it for my universty project
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/git-users/3d021da9-0e45-49f6-a058-e995c7ee9b21n%40googlegroups.com
> <https://groups.google.com/d/msgid/git-users/3d021da9-0e45-49f6-a058-e995c7ee9b21n%40googlegroups.com?utm_medium=email_source=footer>
> .
>


-- 
Anas Mughal

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/CAFQbXEb2U3JA2GoogHMV-zrEC5ff1P1zqSnDw3aVeQdLzO_zvg%40mail.gmail.com.


Re: [git-users] Advice on workflows?

2023-07-31 Thread Anas Mughal
I would suggest analyzing what workflow would work best for your
team/project needs. I am not a fan of having a generic workflow and making
every team/project try to adopt a single generic workflow.

Hope this helps.





On Mon, Jul 31, 2023 at 10:46 AM  wrote:

>
> David Aldrich  writes:
>
> > Hi, I am just getting started with Git.  Our organization uses
> > Subversion and we are thinking of moving to Git for new
> > projects.  I think it
> > will be crucial to standardize on an agreed branching workflow,
> > which should be as simple as possible.
> >
> > With Subversion, most of our development is on trunk, but we do
> > use branches for features or personal work. We tend not to use
> > release
> > branches.
> >
> > I have seen various workflow types. For example, GitLab
> > documentation briefly describes Centralized, Feature branching
> > and Trunk-based
> > development workflows (though I can't quite see the difference
> > between Centralized and Trunk-based). But there doesn't seem to
> > be an
> > explanation of the commands needed for each workflow.
> >
> > Would it be possible to have a recommendation for a workflow and
> > to point me to an implementation of it? That is, I am hoping to
> > see Git
> > commands for the various stages of the workflow.
>
> If the workflow you are using today in SVN is good enough, why not
> simply start there? It could be the least possible interruption
> and ease adoption. Then as you and the rest of the organisation
> gains experience and get more comfortable with git you can start
> modify the workflow as you go along.
>
> /M
>
> --
> Magnus Therning   OpenPGP: 0x927912051716CE39
> email: mag...@therning.org
> @magthe@mastodon.technology   http://magnus.therning.org/
>
> "Zaphod grinned two manic grins, sauntered over to the bar and
> bought
> most of it."
>
> — Zaphod in paradise.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/git-users/87leew55zw.fsf%40therning.org.
>


-- 
Anas Mughal

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/CAFQbXEYV69fgdesh67dBbebxROvUTAsEdMmu9w3aPGMc%3DkksJg%40mail.gmail.com.


Re: [git-users] need help

2022-11-03 Thread Anas Mughal
That is a bash window. You can type commands in that window.



On Wed, Nov 2, 2022 at 11:59 PM Ruveena Dilsha Peththawadu <
ruveenadil...@gmail.com> wrote:

> I am a Windows 10 user. And at the very top of the terminal box  it says:
> /usr/bin/bash --login -i
> active code page: 65001
> ~/desktop
> what should i do?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/git-users/9b1325c0-e7a0-454c-a472-e0a650f60976n%40googlegroups.com
> <https://groups.google.com/d/msgid/git-users/9b1325c0-e7a0-454c-a472-e0a650f60976n%40googlegroups.com?utm_medium=email_source=footer>
> .
>


-- 
Anas Mughal

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/CAFQbXEYjGuVmu3NbdPmh%3DJ7DfcF9PXW4ETw1%2B%3D93qPLoPXtP_Q%40mail.gmail.com.


Re: [git-users] Any writers out there?

2011-02-08 Thread Anas Mughal
You definitely do not want a commit every time you save your file. Just
commit when you reach a milestone, etc.

Also, have you looked into using a online document hosting service like
GoogleDocs. I presume you need to use advanced editing features that are
available part of Word or some other thick client tool.

Best Regards.




On Mon, Feb 7, 2011 at 6:16 PM, Mark (my words) elib...@gmail.com wrote:

 Thanks for all the advice. I’ll apologize upfront for not crediting each of
 you for your individual contributions in my response—I’m feeling a bit
 overwhelmed.

 I just made a repository of 23 directories of poems, and yeah, it’s
 unwieldy. Thanks for the info on multi-repository tools that will come in
 handy.

 Too many commits do get out of hand quickly, I should save commits for
 those breakthrough moments in a project, not when I just change a
 comma—unless it’s an extremely important comma, in which case it better be
 commented.

 It just hit me, in my current workflow file names serve as comments I’m
 working on a file called /ladybug/ladybug new 3 past tense.markdown: that
 shows me the branch, version, and the major change: The third version of a
 new branch in which I move to the past tense.

 *Git compares lines:* I just diff’ed versions of a poem and wondered why
 it appeared I had deleted a block and replaced it with an identical block.

 I appreciate the git-show code, but I’m looking for a batch operation, but
 that’s best addressed in another post which I’ll make here in a few minutes.

 I’m moving toward a stripped down all text workflow using minimal
 text-editors, open/libre/neo-office is a bit…full-featured…for my sanity.

 I need to rethink my organization structure. My short-stories are arranged
 by series, but my poems are scattered about under whichever parent directory
 grabs my attention at the time—they’re in this order of priority, level of
 surrealism, emotional content right now and I find them by openmeta tags
 (which, yeah, can be convenient until you start using git).

 *Don’t have chaos:* I like that. I’m happy I decided to address my issues
 upfront instead of waiting until I went into production with it, these are
 some amazing insights you guys have, it saves me from walking blindly into a
 mine-field! I like the idea of a local master with local individual repos.
 It’s gonna take me a while to find a good balance to fit my needs.

 Wow, this has been the most fun I have ever had in a tech forum. You guys
 should form a comic troupe.

 Thanks for the wonderfully detailed and insightful comments,

 Mark

 --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To post to this group, send email to git-users@googlegroups.com.
 To unsubscribe from this group, send email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/git-users?hl=en.




-- 
Anas Mughal

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.